diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-10 00:06:23 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-10 00:06:23 +0200 |
commit | 1f1b5114d4a94750d02a38357ecf45f72f3dd3a3 (patch) | |
tree | 9a45525a02e65f7b9acf288d5a6ecf54e49befa6 | |
parent | 9c318c5200f0140b45a0389189dc584655d364e7 (diff) | |
download | gtk-vlc-player-1f1b5114d4a94750d02a38357ecf45f72f3dd3a3.tar.gz |
minor Doxyfile changes: disable Latex output
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 792fcd0..367fab9 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -521,7 +521,7 @@ LAYOUT_FILE = # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank @@ -1019,7 +1019,7 @@ SERVER_BASED_SEARCH = NO # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be |