diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-26 14:34:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-26 14:34:44 +0100 |
| commit | 66f4b7d55f8e1bc6c8197f47ae98c76bd9a48bca (patch) | |
| tree | 94172804d6f8446971473f61d4a1029136daf1e2 /src | |
| parent | 6cfce7e262e1a14f540bd3ccf34a7d62498d9ec1 (diff) | |
Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 904e39fda..c7532869e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -17,6 +17,10 @@ */ +/** @file src/tools/dcpomatic.cc + * @brief The main DCP-o-matic GUI. + */ + #include "lib/film.h" #include "lib/config.h" #include "lib/util.h" |
