author | zecke <zecke> | 2004-02-11 20:17:15 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-11 20:17:15 (UTC) |
commit | c06370063cb3983c1e90434ee66db4d7a3bedda2 (patch) (unidiff) | |
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 | |||
@@ -124,13 +124,13 @@ DISABLE_INDEX = YES | |||
124 | ENUM_VALUES_PER_LINE = 4 | 124 | ENUM_VALUES_PER_LINE = 4 |
125 | GENERATE_TREEVIEW = NO | 125 | GENERATE_TREEVIEW = NO |
126 | TREEVIEW_WIDTH = 250 | 126 | TREEVIEW_WIDTH = 250 |
127 | #--------------------------------------------------------------------------- | 127 | #--------------------------------------------------------------------------- |
128 | # configuration options related to the LaTeX output | 128 | # configuration options related to the LaTeX output |
129 | #--------------------------------------------------------------------------- | 129 | #--------------------------------------------------------------------------- |
130 | GENERATE_LATEX = YES | 130 | GENERATE_LATEX = NO |
131 | LATEX_OUTPUT = libopie/latex | 131 | LATEX_OUTPUT = libopie/latex |
132 | LATEX_CMD_NAME = latex | 132 | LATEX_CMD_NAME = latex |
133 | MAKEINDEX_CMD_NAME = makeindex | 133 | MAKEINDEX_CMD_NAME = makeindex |
134 | COMPACT_LATEX = NO | 134 | COMPACT_LATEX = NO |
135 | PAPER_TYPE = a4wide | 135 | PAPER_TYPE = a4wide |
136 | EXTRA_PACKAGES = | 136 | EXTRA_PACKAGES = |
@@ -148,13 +148,13 @@ COMPACT_RTF = NO | |||
148 | RTF_HYPERLINKS = NO | 148 | RTF_HYPERLINKS = NO |
149 | RTF_STYLESHEET_FILE = | 149 | RTF_STYLESHEET_FILE = |
150 | RTF_EXTENSIONS_FILE = | 150 | RTF_EXTENSIONS_FILE = |
151 | #--------------------------------------------------------------------------- | 151 | #--------------------------------------------------------------------------- |
152 | # configuration options related to the man page output | 152 | # configuration options related to the man page output |
153 | #--------------------------------------------------------------------------- | 153 | #--------------------------------------------------------------------------- |
154 | GENERATE_MAN = YES | 154 | GENERATE_MAN = NO |
155 | MAN_OUTPUT = libopie/man | 155 | MAN_OUTPUT = libopie/man |
156 | MAN_EXTENSION = .kde3 | 156 | MAN_EXTENSION = .kde3 |
157 | MAN_LINKS = YES | 157 | MAN_LINKS = YES |
158 | #--------------------------------------------------------------------------- | 158 | #--------------------------------------------------------------------------- |
159 | # configuration options related to the XML output | 159 | # configuration options related to the XML output |
160 | #--------------------------------------------------------------------------- | 160 | #--------------------------------------------------------------------------- |
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 | |||
99 | VERBATIM_HEADERS = YES | 99 | VERBATIM_HEADERS = YES |
100 | #--------------------------------------------------------------------------- | 100 | #--------------------------------------------------------------------------- |
101 | # configuration options related to the alphabetical class index | 101 | # configuration options related to the alphabetical class index |
102 | #--------------------------------------------------------------------------- | 102 | #--------------------------------------------------------------------------- |
103 | ALPHABETICAL_INDEX = YES | 103 | ALPHABETICAL_INDEX = YES |
104 | COLS_IN_ALPHA_INDEX = 3 | 104 | COLS_IN_ALPHA_INDEX = 3 |
105 | IGNORE_PREFIX = Q \ | 105 | IGNORE_PREFIX = QPE \ |
106 | QPE | 106 | Q |
107 | #--------------------------------------------------------------------------- | 107 | #--------------------------------------------------------------------------- |
108 | # configuration options related to the HTML output | 108 | # configuration options related to the HTML output |
109 | #--------------------------------------------------------------------------- | 109 | #--------------------------------------------------------------------------- |
110 | GENERATE_HTML = YES | 110 | GENERATE_HTML = YES |
111 | HTML_OUTPUT = libqpe/html | 111 | HTML_OUTPUT = libqpe/html |
112 | HTML_FILE_EXTENSION = .html | 112 | HTML_FILE_EXTENSION = .html |