author | zecke <zecke> | 2004-02-11 20:17:15 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-11 20:17:15 (UTC) |
commit | c06370063cb3983c1e90434ee66db4d7a3bedda2 (patch) (side-by-side diff) | |
tree | 87e57cce1c14e442c39e9a10c1781e6008dca34b | |
parent | 2caa8c1481e68572a373d84ed46e3bc2f8b57757 (diff) | |
download | opie-c06370063cb3983c1e90434ee66db4d7a3bedda2.zip opie-c06370063cb3983c1e90434ee66db4d7a3bedda2.tar.gz opie-c06370063cb3983c1e90434ee66db4d7a3bedda2.tar.bz2 |
*** empty log message ***
-rw-r--r-- | doc/Doxyfile_libopie | 4 | ||||
-rw-r--r-- | doc/Doxyfile_libqpe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/Doxyfile_libopie b/doc/Doxyfile_libopie index 1e65e2a..9a8eb3b 100644 --- a/doc/Doxyfile_libopie +++ b/doc/Doxyfile_libopie @@ -128,5 +128,5 @@ TREEVIEW_WIDTH = 250 # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = YES +GENERATE_LATEX = NO LATEX_OUTPUT = libopie/latex LATEX_CMD_NAME = latex @@ -152,5 +152,5 @@ RTF_EXTENSIONS_FILE = # configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = YES +GENERATE_MAN = NO MAN_OUTPUT = libopie/man MAN_EXTENSION = .kde3 diff --git a/doc/Doxyfile_libqpe b/doc/Doxyfile_libqpe index 2d91ac5..102b59a 100644 --- a/doc/Doxyfile_libqpe +++ b/doc/Doxyfile_libqpe @@ -103,6 +103,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 3 -IGNORE_PREFIX = Q \ - QPE +IGNORE_PREFIX = QPE \ + Q #--------------------------------------------------------------------------- # configuration options related to the HTML output |