-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 @@ -124,13 +124,13 @@ DISABLE_INDEX = YES ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = YES +GENERATE_LATEX = NO LATEX_OUTPUT = libopie/latex LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex COMPACT_LATEX = NO PAPER_TYPE = a4wide EXTRA_PACKAGES = @@ -148,13 +148,13 @@ COMPACT_RTF = NO RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = YES +GENERATE_MAN = NO MAN_OUTPUT = libopie/man MAN_EXTENSION = .kde3 MAN_LINKS = YES #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- diff --git a/doc/Doxyfile_libqpe b/doc/Doxyfile_libqpe index 2d91ac5..102b59a 100644 --- a/doc/Doxyfile_libqpe +++ b/doc/Doxyfile_libqpe @@ -99,14 +99,14 @@ REFERENCES_RELATION = YES VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 3 -IGNORE_PREFIX = Q \ - QPE +IGNORE_PREFIX = QPE \ + Q #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = libqpe/html HTML_FILE_EXTENSION = .html |