diff options
author | lloyd <[email protected]> | 2012-07-06 17:49:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-06 17:49:57 +0000 |
commit | 542f427fad59def76b2e86b73ffb4ca45d546684 (patch) | |
tree | 5f08611aa6beeeb96a9d7f1b2d0aae0682d6823a /src/build-data | |
parent | b8870b9659e8f1c5d8b88ff6ee7efc44024c1c41 (diff) |
Disable generating LaTeX Doxygen output as we don't really need it and
it is very slow to generate.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.doxy.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index 52021c01f..33131c475 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -131,6 +131,14 @@ GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- +# Configuration options related to other output formats +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +GENERATE_MAN = NO +GENERATE_RTF = NO +GENERATE_XML = NO + +#--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES |