author | zecke <zecke> | 2004-02-02 16:23:09 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-02 16:23:09 (UTC) |
commit | 28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb (patch) (unidiff) | |
tree | 413640e3a4dae2da3e81fd2bb02c975fa93bedfd | |
parent | 9191120c28d3c125897b01680f57925c431c7104 (diff) | |
download | opie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.zip opie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.tar.gz opie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.tar.bz2 |
Update the Doxy Files
Add the @slash seperation
-rw-r--r-- | doc/Doxyfile_libopie | 10 | ||||
-rw-r--r-- | doc/Doxyfile_libqpe | 10 | ||||
-rw-r--r-- | doc/Doxyfile_main | 7 | ||||
-rw-r--r-- | doc/Doxyfile_pim | 12 |
4 files changed, 27 insertions, 12 deletions
diff --git a/doc/Doxyfile_libopie b/doc/Doxyfile_libopie index 13eb92b..1e65e2a 100644 --- a/doc/Doxyfile_libopie +++ b/doc/Doxyfile_libopie | |||
@@ -1,45 +1,47 @@ | |||
1 | # Doxyfile 1.3.4 | 1 | # Doxyfile 1.3.5 |
2 | 2 | ||
3 | #--------------------------------------------------------------------------- | 3 | #--------------------------------------------------------------------------- |
4 | # Project related configuration options | 4 | # Project related configuration options |
5 | #--------------------------------------------------------------------------- | 5 | #--------------------------------------------------------------------------- |
6 | PROJECT_NAME = libopie | 6 | PROJECT_NAME = libopie |
7 | PROJECT_NUMBER = "Version 1.1" | 7 | PROJECT_NUMBER = "Version 1.1" |
8 | OUTPUT_DIRECTORY = ../apidocs | 8 | OUTPUT_DIRECTORY = ../apidocs |
9 | OUTPUT_LANGUAGE = English | 9 | OUTPUT_LANGUAGE = English |
10 | USE_WINDOWS_ENCODING = NO | 10 | USE_WINDOWS_ENCODING = NO |
11 | BRIEF_MEMBER_DESC = YES | 11 | BRIEF_MEMBER_DESC = YES |
12 | REPEAT_BRIEF = YES | 12 | REPEAT_BRIEF = YES |
13 | ABBREVIATE_BRIEF = | ||
13 | ALWAYS_DETAILED_SEC = YES | 14 | ALWAYS_DETAILED_SEC = YES |
14 | INLINE_INHERITED_MEMB = NO | 15 | INLINE_INHERITED_MEMB = NO |
15 | FULL_PATH_NAMES = NO | 16 | FULL_PATH_NAMES = NO |
16 | STRIP_FROM_PATH = | 17 | STRIP_FROM_PATH = |
17 | SHORT_NAMES = NO | 18 | SHORT_NAMES = NO |
18 | JAVADOC_AUTOBRIEF = YES | 19 | JAVADOC_AUTOBRIEF = YES |
19 | MULTILINE_CPP_IS_BRIEF = NO | 20 | MULTILINE_CPP_IS_BRIEF = NO |
20 | DETAILS_AT_TOP = NO | 21 | DETAILS_AT_TOP = NO |
21 | INHERIT_DOCS = YES | 22 | INHERIT_DOCS = YES |
22 | DISTRIBUTE_GROUP_DOC = NO | 23 | DISTRIBUTE_GROUP_DOC = NO |
23 | TAB_SIZE = 4 | 24 | TAB_SIZE = 4 |
24 | ALIASES = libdoc=@mainpage \ | 25 | ALIASES = libdoc=@mainpage \ |
25 | sect=<p><b> \ | 26 | sect=<p><b> \ |
26 | reimplemented= \ | 27 | reimplemented= \ |
27 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ | 28 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ |
28 | obsolete=@deprecated \ | 29 | obsolete=@deprecated \ |
29 | ref= | 30 | ref= \ |
31 | slash=/ | ||
30 | OPTIMIZE_OUTPUT_FOR_C = NO | 32 | OPTIMIZE_OUTPUT_FOR_C = NO |
31 | OPTIMIZE_OUTPUT_JAVA = NO | 33 | OPTIMIZE_OUTPUT_JAVA = NO |
32 | SUBGROUPING = YES | 34 | SUBGROUPING = YES |
33 | #--------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------- |
34 | # Build related configuration options | 36 | # Build related configuration options |
35 | #--------------------------------------------------------------------------- | 37 | #--------------------------------------------------------------------------- |
36 | EXTRACT_ALL = NO | 38 | EXTRACT_ALL = NO |
37 | EXTRACT_PRIVATE = NO | 39 | EXTRACT_PRIVATE = NO |
38 | EXTRACT_STATIC = YES | 40 | EXTRACT_STATIC = YES |
39 | EXTRACT_LOCAL_CLASSES = NO | 41 | EXTRACT_LOCAL_CLASSES = NO |
40 | HIDE_UNDOC_MEMBERS = NO | 42 | HIDE_UNDOC_MEMBERS = NO |
41 | HIDE_UNDOC_CLASSES = YES | 43 | HIDE_UNDOC_CLASSES = YES |
42 | HIDE_FRIEND_COMPOUNDS = NO | 44 | HIDE_FRIEND_COMPOUNDS = NO |
43 | HIDE_IN_BODY_DOCS = NO | 45 | HIDE_IN_BODY_DOCS = NO |
44 | INTERNAL_DOCS = NO | 46 | INTERNAL_DOCS = NO |
45 | CASE_SENSE_NAMES = YES | 47 | CASE_SENSE_NAMES = YES |
@@ -87,33 +89,34 @@ IMAGE_PATH = ../apidocs/api | |||
87 | INPUT_FILTER = | 89 | INPUT_FILTER = |
88 | FILTER_SOURCE_FILES = NO | 90 | FILTER_SOURCE_FILES = NO |
89 | #--------------------------------------------------------------------------- | 91 | #--------------------------------------------------------------------------- |
90 | # configuration options related to source browsing | 92 | # configuration options related to source browsing |
91 | #--------------------------------------------------------------------------- | 93 | #--------------------------------------------------------------------------- |
92 | SOURCE_BROWSER = YES | 94 | SOURCE_BROWSER = YES |
93 | INLINE_SOURCES = NO | 95 | INLINE_SOURCES = NO |
94 | STRIP_CODE_COMMENTS = YES | 96 | STRIP_CODE_COMMENTS = YES |
95 | REFERENCED_BY_RELATION = YES | 97 | REFERENCED_BY_RELATION = YES |
96 | REFERENCES_RELATION = YES | 98 | REFERENCES_RELATION = YES |
97 | VERBATIM_HEADERS = YES | 99 | VERBATIM_HEADERS = YES |
98 | #--------------------------------------------------------------------------- | 100 | #--------------------------------------------------------------------------- |
99 | # configuration options related to the alphabetical class index | 101 | # configuration options related to the alphabetical class index |
100 | #--------------------------------------------------------------------------- | 102 | #--------------------------------------------------------------------------- |
101 | ALPHABETICAL_INDEX = YES | 103 | ALPHABETICAL_INDEX = YES |
102 | COLS_IN_ALPHA_INDEX = 3 | 104 | COLS_IN_ALPHA_INDEX = 3 |
103 | IGNORE_PREFIX = O | 105 | IGNORE_PREFIX = OPim \ |
106 | O | ||
104 | #--------------------------------------------------------------------------- | 107 | #--------------------------------------------------------------------------- |
105 | # configuration options related to the HTML output | 108 | # configuration options related to the HTML output |
106 | #--------------------------------------------------------------------------- | 109 | #--------------------------------------------------------------------------- |
107 | GENERATE_HTML = YES | 110 | GENERATE_HTML = YES |
108 | HTML_OUTPUT = libopie/html | 111 | HTML_OUTPUT = libopie/html |
109 | HTML_FILE_EXTENSION = .html | 112 | HTML_FILE_EXTENSION = .html |
110 | HTML_HEADER = ../apidocs/common/header.html | 113 | HTML_HEADER = ../apidocs/common/header.html |
111 | HTML_FOOTER = ../apidocs/common/footer.html | 114 | HTML_FOOTER = ../apidocs/common/footer.html |
112 | HTML_STYLESHEET = ../apidocs/common/doxygen.css | 115 | HTML_STYLESHEET = ../apidocs/common/doxygen.css |
113 | HTML_ALIGN_MEMBERS = YES | 116 | HTML_ALIGN_MEMBERS = YES |
114 | GENERATE_HTMLHELP = NO | 117 | GENERATE_HTMLHELP = NO |
115 | CHM_FILE = | 118 | CHM_FILE = |
116 | HHC_LOCATION = | 119 | HHC_LOCATION = |
117 | GENERATE_CHI = NO | 120 | GENERATE_CHI = NO |
118 | BINARY_TOC = NO | 121 | BINARY_TOC = NO |
119 | TOC_EXPAND = NO | 122 | TOC_EXPAND = NO |
@@ -146,32 +149,33 @@ RTF_HYPERLINKS = NO | |||
146 | RTF_STYLESHEET_FILE = | 149 | RTF_STYLESHEET_FILE = |
147 | RTF_EXTENSIONS_FILE = | 150 | RTF_EXTENSIONS_FILE = |
148 | #--------------------------------------------------------------------------- | 151 | #--------------------------------------------------------------------------- |
149 | # configuration options related to the man page output | 152 | # configuration options related to the man page output |
150 | #--------------------------------------------------------------------------- | 153 | #--------------------------------------------------------------------------- |
151 | GENERATE_MAN = YES | 154 | GENERATE_MAN = YES |
152 | MAN_OUTPUT = libopie/man | 155 | MAN_OUTPUT = libopie/man |
153 | MAN_EXTENSION = .kde3 | 156 | MAN_EXTENSION = .kde3 |
154 | MAN_LINKS = YES | 157 | MAN_LINKS = YES |
155 | #--------------------------------------------------------------------------- | 158 | #--------------------------------------------------------------------------- |
156 | # configuration options related to the XML output | 159 | # configuration options related to the XML output |
157 | #--------------------------------------------------------------------------- | 160 | #--------------------------------------------------------------------------- |
158 | GENERATE_XML = NO | 161 | GENERATE_XML = NO |
159 | XML_OUTPUT = xml | 162 | XML_OUTPUT = xml |
160 | XML_SCHEMA = | 163 | XML_SCHEMA = |
161 | XML_DTD = | 164 | XML_DTD = |
165 | XML_PROGRAMLISTING = YES | ||
162 | #--------------------------------------------------------------------------- | 166 | #--------------------------------------------------------------------------- |
163 | # configuration options for the AutoGen Definitions output | 167 | # configuration options for the AutoGen Definitions output |
164 | #--------------------------------------------------------------------------- | 168 | #--------------------------------------------------------------------------- |
165 | GENERATE_AUTOGEN_DEF = NO | 169 | GENERATE_AUTOGEN_DEF = NO |
166 | #--------------------------------------------------------------------------- | 170 | #--------------------------------------------------------------------------- |
167 | # configuration options related to the Perl module output | 171 | # configuration options related to the Perl module output |
168 | #--------------------------------------------------------------------------- | 172 | #--------------------------------------------------------------------------- |
169 | GENERATE_PERLMOD = NO | 173 | GENERATE_PERLMOD = NO |
170 | PERLMOD_LATEX = NO | 174 | PERLMOD_LATEX = NO |
171 | PERLMOD_PRETTY = YES | 175 | PERLMOD_PRETTY = YES |
172 | PERLMOD_MAKEVAR_PREFIX = | 176 | PERLMOD_MAKEVAR_PREFIX = |
173 | #--------------------------------------------------------------------------- | 177 | #--------------------------------------------------------------------------- |
174 | # Configuration options related to the preprocessor | 178 | # Configuration options related to the preprocessor |
175 | #--------------------------------------------------------------------------- | 179 | #--------------------------------------------------------------------------- |
176 | ENABLE_PREPROCESSING = YES | 180 | ENABLE_PREPROCESSING = YES |
177 | MACRO_EXPANSION = NO | 181 | MACRO_EXPANSION = NO |
diff --git a/doc/Doxyfile_libqpe b/doc/Doxyfile_libqpe index ac12f3f..2d91ac5 100644 --- a/doc/Doxyfile_libqpe +++ b/doc/Doxyfile_libqpe | |||
@@ -1,45 +1,47 @@ | |||
1 | # Doxyfile 1.3.4 | 1 | # Doxyfile 1.3.5 |
2 | 2 | ||
3 | #--------------------------------------------------------------------------- | 3 | #--------------------------------------------------------------------------- |
4 | # Project related configuration options | 4 | # Project related configuration options |
5 | #--------------------------------------------------------------------------- | 5 | #--------------------------------------------------------------------------- |
6 | PROJECT_NAME = "Qtopia library" | 6 | PROJECT_NAME = "Qtopia library" |
7 | PROJECT_NUMBER = "Version 1.5.5" | 7 | PROJECT_NUMBER = "Version 1.5.5" |
8 | OUTPUT_DIRECTORY = ../apidocs | 8 | OUTPUT_DIRECTORY = ../apidocs |
9 | OUTPUT_LANGUAGE = English | 9 | OUTPUT_LANGUAGE = English |
10 | USE_WINDOWS_ENCODING = NO | 10 | USE_WINDOWS_ENCODING = NO |
11 | BRIEF_MEMBER_DESC = YES | 11 | BRIEF_MEMBER_DESC = YES |
12 | REPEAT_BRIEF = YES | 12 | REPEAT_BRIEF = YES |
13 | ABBREVIATE_BRIEF = | ||
13 | ALWAYS_DETAILED_SEC = YES | 14 | ALWAYS_DETAILED_SEC = YES |
14 | INLINE_INHERITED_MEMB = NO | 15 | INLINE_INHERITED_MEMB = NO |
15 | FULL_PATH_NAMES = NO | 16 | FULL_PATH_NAMES = NO |
16 | STRIP_FROM_PATH = | 17 | STRIP_FROM_PATH = |
17 | SHORT_NAMES = NO | 18 | SHORT_NAMES = NO |
18 | JAVADOC_AUTOBRIEF = YES | 19 | JAVADOC_AUTOBRIEF = YES |
19 | MULTILINE_CPP_IS_BRIEF = NO | 20 | MULTILINE_CPP_IS_BRIEF = NO |
20 | DETAILS_AT_TOP = NO | 21 | DETAILS_AT_TOP = NO |
21 | INHERIT_DOCS = YES | 22 | INHERIT_DOCS = YES |
22 | DISTRIBUTE_GROUP_DOC = NO | 23 | DISTRIBUTE_GROUP_DOC = NO |
23 | TAB_SIZE = 4 | 24 | TAB_SIZE = 4 |
24 | ALIASES = libdoc=@mainpage \ | 25 | ALIASES = libdoc=@mainpage \ |
25 | sect=<p><b> \ | 26 | sect=<p><b> \ |
26 | reimplemented= \ | 27 | reimplemented= \ |
27 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ | 28 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ |
28 | obsolete=@deprecated \ | 29 | obsolete=@deprecated \ |
29 | ref= | 30 | ref= \ |
31 | slash=/ | ||
30 | OPTIMIZE_OUTPUT_FOR_C = NO | 32 | OPTIMIZE_OUTPUT_FOR_C = NO |
31 | OPTIMIZE_OUTPUT_JAVA = NO | 33 | OPTIMIZE_OUTPUT_JAVA = NO |
32 | SUBGROUPING = YES | 34 | SUBGROUPING = YES |
33 | #--------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------- |
34 | # Build related configuration options | 36 | # Build related configuration options |
35 | #--------------------------------------------------------------------------- | 37 | #--------------------------------------------------------------------------- |
36 | EXTRACT_ALL = NO | 38 | EXTRACT_ALL = NO |
37 | EXTRACT_PRIVATE = NO | 39 | EXTRACT_PRIVATE = NO |
38 | EXTRACT_STATIC = YES | 40 | EXTRACT_STATIC = YES |
39 | EXTRACT_LOCAL_CLASSES = NO | 41 | EXTRACT_LOCAL_CLASSES = NO |
40 | HIDE_UNDOC_MEMBERS = NO | 42 | HIDE_UNDOC_MEMBERS = NO |
41 | HIDE_UNDOC_CLASSES = YES | 43 | HIDE_UNDOC_CLASSES = YES |
42 | HIDE_FRIEND_COMPOUNDS = NO | 44 | HIDE_FRIEND_COMPOUNDS = NO |
43 | HIDE_IN_BODY_DOCS = NO | 45 | HIDE_IN_BODY_DOCS = NO |
44 | INTERNAL_DOCS = NO | 46 | INTERNAL_DOCS = NO |
45 | CASE_SENSE_NAMES = YES | 47 | CASE_SENSE_NAMES = YES |
@@ -87,33 +89,34 @@ IMAGE_PATH = ../apidocs/api | |||
87 | INPUT_FILTER = | 89 | INPUT_FILTER = |
88 | FILTER_SOURCE_FILES = NO | 90 | FILTER_SOURCE_FILES = NO |
89 | #--------------------------------------------------------------------------- | 91 | #--------------------------------------------------------------------------- |
90 | # configuration options related to source browsing | 92 | # configuration options related to source browsing |
91 | #--------------------------------------------------------------------------- | 93 | #--------------------------------------------------------------------------- |
92 | SOURCE_BROWSER = YES | 94 | SOURCE_BROWSER = YES |
93 | INLINE_SOURCES = NO | 95 | INLINE_SOURCES = NO |
94 | STRIP_CODE_COMMENTS = YES | 96 | STRIP_CODE_COMMENTS = YES |
95 | REFERENCED_BY_RELATION = YES | 97 | REFERENCED_BY_RELATION = YES |
96 | REFERENCES_RELATION = YES | 98 | REFERENCES_RELATION = YES |
97 | VERBATIM_HEADERS = YES | 99 | VERBATIM_HEADERS = YES |
98 | #--------------------------------------------------------------------------- | 100 | #--------------------------------------------------------------------------- |
99 | # configuration options related to the alphabetical class index | 101 | # configuration options related to the alphabetical class index |
100 | #--------------------------------------------------------------------------- | 102 | #--------------------------------------------------------------------------- |
101 | ALPHABETICAL_INDEX = YES | 103 | ALPHABETICAL_INDEX = YES |
102 | COLS_IN_ALPHA_INDEX = 3 | 104 | COLS_IN_ALPHA_INDEX = 3 |
103 | IGNORE_PREFIX = Q | 105 | IGNORE_PREFIX = Q \ |
106 | QPE | ||
104 | #--------------------------------------------------------------------------- | 107 | #--------------------------------------------------------------------------- |
105 | # configuration options related to the HTML output | 108 | # configuration options related to the HTML output |
106 | #--------------------------------------------------------------------------- | 109 | #--------------------------------------------------------------------------- |
107 | GENERATE_HTML = YES | 110 | GENERATE_HTML = YES |
108 | HTML_OUTPUT = libqpe/html | 111 | HTML_OUTPUT = libqpe/html |
109 | HTML_FILE_EXTENSION = .html | 112 | HTML_FILE_EXTENSION = .html |
110 | HTML_HEADER = ../apidocs/common/header.html | 113 | HTML_HEADER = ../apidocs/common/header.html |
111 | HTML_FOOTER = ../apidocs/common/footer.html | 114 | HTML_FOOTER = ../apidocs/common/footer.html |
112 | HTML_STYLESHEET = ../apidocs/common/doxygen.css | 115 | HTML_STYLESHEET = ../apidocs/common/doxygen.css |
113 | HTML_ALIGN_MEMBERS = YES | 116 | HTML_ALIGN_MEMBERS = YES |
114 | GENERATE_HTMLHELP = NO | 117 | GENERATE_HTMLHELP = NO |
115 | CHM_FILE = | 118 | CHM_FILE = |
116 | HHC_LOCATION = | 119 | HHC_LOCATION = |
117 | GENERATE_CHI = NO | 120 | GENERATE_CHI = NO |
118 | BINARY_TOC = NO | 121 | BINARY_TOC = NO |
119 | TOC_EXPAND = NO | 122 | TOC_EXPAND = NO |
@@ -146,32 +149,33 @@ RTF_HYPERLINKS = NO | |||
146 | RTF_STYLESHEET_FILE = | 149 | RTF_STYLESHEET_FILE = |
147 | RTF_EXTENSIONS_FILE = | 150 | RTF_EXTENSIONS_FILE = |
148 | #--------------------------------------------------------------------------- | 151 | #--------------------------------------------------------------------------- |
149 | # configuration options related to the man page output | 152 | # configuration options related to the man page output |
150 | #--------------------------------------------------------------------------- | 153 | #--------------------------------------------------------------------------- |
151 | GENERATE_MAN = NO | 154 | GENERATE_MAN = NO |
152 | MAN_OUTPUT = libqpe/man | 155 | MAN_OUTPUT = libqpe/man |
153 | MAN_EXTENSION = .opie3 | 156 | MAN_EXTENSION = .opie3 |
154 | MAN_LINKS = YES | 157 | MAN_LINKS = YES |
155 | #--------------------------------------------------------------------------- | 158 | #--------------------------------------------------------------------------- |
156 | # configuration options related to the XML output | 159 | # configuration options related to the XML output |
157 | #--------------------------------------------------------------------------- | 160 | #--------------------------------------------------------------------------- |
158 | GENERATE_XML = NO | 161 | GENERATE_XML = NO |
159 | XML_OUTPUT = xml | 162 | XML_OUTPUT = xml |
160 | XML_SCHEMA = | 163 | XML_SCHEMA = |
161 | XML_DTD = | 164 | XML_DTD = |
165 | XML_PROGRAMLISTING = YES | ||
162 | #--------------------------------------------------------------------------- | 166 | #--------------------------------------------------------------------------- |
163 | # configuration options for the AutoGen Definitions output | 167 | # configuration options for the AutoGen Definitions output |
164 | #--------------------------------------------------------------------------- | 168 | #--------------------------------------------------------------------------- |
165 | GENERATE_AUTOGEN_DEF = NO | 169 | GENERATE_AUTOGEN_DEF = NO |
166 | #--------------------------------------------------------------------------- | 170 | #--------------------------------------------------------------------------- |
167 | # configuration options related to the Perl module output | 171 | # configuration options related to the Perl module output |
168 | #--------------------------------------------------------------------------- | 172 | #--------------------------------------------------------------------------- |
169 | GENERATE_PERLMOD = NO | 173 | GENERATE_PERLMOD = NO |
170 | PERLMOD_LATEX = NO | 174 | PERLMOD_LATEX = NO |
171 | PERLMOD_PRETTY = YES | 175 | PERLMOD_PRETTY = YES |
172 | PERLMOD_MAKEVAR_PREFIX = | 176 | PERLMOD_MAKEVAR_PREFIX = |
173 | #--------------------------------------------------------------------------- | 177 | #--------------------------------------------------------------------------- |
174 | # Configuration options related to the preprocessor | 178 | # Configuration options related to the preprocessor |
175 | #--------------------------------------------------------------------------- | 179 | #--------------------------------------------------------------------------- |
176 | ENABLE_PREPROCESSING = YES | 180 | ENABLE_PREPROCESSING = YES |
177 | MACRO_EXPANSION = NO | 181 | MACRO_EXPANSION = NO |
diff --git a/doc/Doxyfile_main b/doc/Doxyfile_main index 80a2660..2e1230e 100644 --- a/doc/Doxyfile_main +++ b/doc/Doxyfile_main | |||
@@ -1,45 +1,47 @@ | |||
1 | # Doxyfile 1.3.4 | 1 | # Doxyfile 1.3.5 |
2 | 2 | ||
3 | #--------------------------------------------------------------------------- | 3 | #--------------------------------------------------------------------------- |
4 | # Project related configuration options | 4 | # Project related configuration options |
5 | #--------------------------------------------------------------------------- | 5 | #--------------------------------------------------------------------------- |
6 | PROJECT_NAME = TheOPIEAPIReference | 6 | PROJECT_NAME = TheOPIEAPIReference |
7 | PROJECT_NUMBER = "Version 1.1" | 7 | PROJECT_NUMBER = "Version 1.1" |
8 | OUTPUT_DIRECTORY = ./apidocs | 8 | OUTPUT_DIRECTORY = ./apidocs |
9 | OUTPUT_LANGUAGE = English | 9 | OUTPUT_LANGUAGE = English |
10 | USE_WINDOWS_ENCODING = NO | 10 | USE_WINDOWS_ENCODING = NO |
11 | BRIEF_MEMBER_DESC = YES | 11 | BRIEF_MEMBER_DESC = YES |
12 | REPEAT_BRIEF = YES | 12 | REPEAT_BRIEF = YES |
13 | ABBREVIATE_BRIEF = | ||
13 | ALWAYS_DETAILED_SEC = YES | 14 | ALWAYS_DETAILED_SEC = YES |
14 | INLINE_INHERITED_MEMB = NO | 15 | INLINE_INHERITED_MEMB = NO |
15 | FULL_PATH_NAMES = NO | 16 | FULL_PATH_NAMES = NO |
16 | STRIP_FROM_PATH = | 17 | STRIP_FROM_PATH = |
17 | SHORT_NAMES = NO | 18 | SHORT_NAMES = NO |
18 | JAVADOC_AUTOBRIEF = YES | 19 | JAVADOC_AUTOBRIEF = YES |
19 | MULTILINE_CPP_IS_BRIEF = NO | 20 | MULTILINE_CPP_IS_BRIEF = NO |
20 | DETAILS_AT_TOP = NO | 21 | DETAILS_AT_TOP = NO |
21 | INHERIT_DOCS = YES | 22 | INHERIT_DOCS = YES |
22 | DISTRIBUTE_GROUP_DOC = NO | 23 | DISTRIBUTE_GROUP_DOC = NO |
23 | TAB_SIZE = 4 | 24 | TAB_SIZE = 4 |
24 | ALIASES = libdoc=@mainpage \ | 25 | ALIASES = libdoc=@mainpage \ |
25 | sect=<p><b> \ | 26 | sect=<p><b> \ |
26 | reimplemented= \ | 27 | reimplemented= \ |
27 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ | 28 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ |
28 | obsolete=@deprecated \ | 29 | obsolete=@deprecated \ |
29 | ref= | 30 | ref= \ |
31 | slash=/ | ||
30 | OPTIMIZE_OUTPUT_FOR_C = NO | 32 | OPTIMIZE_OUTPUT_FOR_C = NO |
31 | OPTIMIZE_OUTPUT_JAVA = NO | 33 | OPTIMIZE_OUTPUT_JAVA = NO |
32 | SUBGROUPING = YES | 34 | SUBGROUPING = YES |
33 | #--------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------- |
34 | # Build related configuration options | 36 | # Build related configuration options |
35 | #--------------------------------------------------------------------------- | 37 | #--------------------------------------------------------------------------- |
36 | EXTRACT_ALL = YES | 38 | EXTRACT_ALL = YES |
37 | EXTRACT_PRIVATE = NO | 39 | EXTRACT_PRIVATE = NO |
38 | EXTRACT_STATIC = YES | 40 | EXTRACT_STATIC = YES |
39 | EXTRACT_LOCAL_CLASSES = NO | 41 | EXTRACT_LOCAL_CLASSES = NO |
40 | HIDE_UNDOC_MEMBERS = NO | 42 | HIDE_UNDOC_MEMBERS = NO |
41 | HIDE_UNDOC_CLASSES = YES | 43 | HIDE_UNDOC_CLASSES = YES |
42 | HIDE_FRIEND_COMPOUNDS = NO | 44 | HIDE_FRIEND_COMPOUNDS = NO |
43 | HIDE_IN_BODY_DOCS = NO | 45 | HIDE_IN_BODY_DOCS = NO |
44 | INTERNAL_DOCS = NO | 46 | INTERNAL_DOCS = NO |
45 | CASE_SENSE_NAMES = YES | 47 | CASE_SENSE_NAMES = YES |
@@ -143,32 +145,33 @@ RTF_HYPERLINKS = NO | |||
143 | RTF_STYLESHEET_FILE = | 145 | RTF_STYLESHEET_FILE = |
144 | RTF_EXTENSIONS_FILE = | 146 | RTF_EXTENSIONS_FILE = |
145 | #--------------------------------------------------------------------------- | 147 | #--------------------------------------------------------------------------- |
146 | # configuration options related to the man page output | 148 | # configuration options related to the man page output |
147 | #--------------------------------------------------------------------------- | 149 | #--------------------------------------------------------------------------- |
148 | GENERATE_MAN = NO | 150 | GENERATE_MAN = NO |
149 | MAN_OUTPUT = | 151 | MAN_OUTPUT = |
150 | MAN_EXTENSION = .kde3 | 152 | MAN_EXTENSION = .kde3 |
151 | MAN_LINKS = YES | 153 | MAN_LINKS = YES |
152 | #--------------------------------------------------------------------------- | 154 | #--------------------------------------------------------------------------- |
153 | # configuration options related to the XML output | 155 | # configuration options related to the XML output |
154 | #--------------------------------------------------------------------------- | 156 | #--------------------------------------------------------------------------- |
155 | GENERATE_XML = NO | 157 | GENERATE_XML = NO |
156 | XML_OUTPUT = xml | 158 | XML_OUTPUT = xml |
157 | XML_SCHEMA = | 159 | XML_SCHEMA = |
158 | XML_DTD = | 160 | XML_DTD = |
161 | XML_PROGRAMLISTING = YES | ||
159 | #--------------------------------------------------------------------------- | 162 | #--------------------------------------------------------------------------- |
160 | # configuration options for the AutoGen Definitions output | 163 | # configuration options for the AutoGen Definitions output |
161 | #--------------------------------------------------------------------------- | 164 | #--------------------------------------------------------------------------- |
162 | GENERATE_AUTOGEN_DEF = NO | 165 | GENERATE_AUTOGEN_DEF = NO |
163 | #--------------------------------------------------------------------------- | 166 | #--------------------------------------------------------------------------- |
164 | # configuration options related to the Perl module output | 167 | # configuration options related to the Perl module output |
165 | #--------------------------------------------------------------------------- | 168 | #--------------------------------------------------------------------------- |
166 | GENERATE_PERLMOD = NO | 169 | GENERATE_PERLMOD = NO |
167 | PERLMOD_LATEX = NO | 170 | PERLMOD_LATEX = NO |
168 | PERLMOD_PRETTY = YES | 171 | PERLMOD_PRETTY = YES |
169 | PERLMOD_MAKEVAR_PREFIX = | 172 | PERLMOD_MAKEVAR_PREFIX = |
170 | #--------------------------------------------------------------------------- | 173 | #--------------------------------------------------------------------------- |
171 | # Configuration options related to the preprocessor | 174 | # Configuration options related to the preprocessor |
172 | #--------------------------------------------------------------------------- | 175 | #--------------------------------------------------------------------------- |
173 | ENABLE_PREPROCESSING = NO | 176 | ENABLE_PREPROCESSING = NO |
174 | MACRO_EXPANSION = NO | 177 | MACRO_EXPANSION = NO |
diff --git a/doc/Doxyfile_pim b/doc/Doxyfile_pim index b76761f..6f44c60 100644 --- a/doc/Doxyfile_pim +++ b/doc/Doxyfile_pim | |||
@@ -1,52 +1,54 @@ | |||
1 | # Doxyfile 1.3.4 | 1 | # Doxyfile 1.3.5 |
2 | 2 | ||
3 | #--------------------------------------------------------------------------- | 3 | #--------------------------------------------------------------------------- |
4 | # Project related configuration options | 4 | # Project related configuration options |
5 | #--------------------------------------------------------------------------- | 5 | #--------------------------------------------------------------------------- |
6 | PROJECT_NAME = "libopie PIM" | 6 | PROJECT_NAME = "libopie PIM" |
7 | PROJECT_NUMBER = "Version 1.1" | 7 | PROJECT_NUMBER = "Version 1.1" |
8 | OUTPUT_DIRECTORY = ../../apidocs | 8 | OUTPUT_DIRECTORY = ../../apidocs |
9 | OUTPUT_LANGUAGE = English | 9 | OUTPUT_LANGUAGE = English |
10 | USE_WINDOWS_ENCODING = NO | 10 | USE_WINDOWS_ENCODING = NO |
11 | BRIEF_MEMBER_DESC = YES | 11 | BRIEF_MEMBER_DESC = YES |
12 | REPEAT_BRIEF = YES | 12 | REPEAT_BRIEF = YES |
13 | ABBREVIATE_BRIEF = | ||
13 | ALWAYS_DETAILED_SEC = YES | 14 | ALWAYS_DETAILED_SEC = YES |
14 | INLINE_INHERITED_MEMB = NO | 15 | INLINE_INHERITED_MEMB = NO |
15 | FULL_PATH_NAMES = NO | 16 | FULL_PATH_NAMES = NO |
16 | STRIP_FROM_PATH = | 17 | STRIP_FROM_PATH = |
17 | SHORT_NAMES = NO | 18 | SHORT_NAMES = NO |
18 | JAVADOC_AUTOBRIEF = YES | 19 | JAVADOC_AUTOBRIEF = YES |
19 | MULTILINE_CPP_IS_BRIEF = NO | 20 | MULTILINE_CPP_IS_BRIEF = NO |
20 | DETAILS_AT_TOP = NO | 21 | DETAILS_AT_TOP = NO |
21 | INHERIT_DOCS = YES | 22 | INHERIT_DOCS = YES |
22 | DISTRIBUTE_GROUP_DOC = NO | 23 | DISTRIBUTE_GROUP_DOC = NO |
23 | TAB_SIZE = 4 | 24 | TAB_SIZE = 4 |
24 | ALIASES = libdoc=@mainpage \ | 25 | ALIASES = libdoc=@mainpage \ |
25 | sect=<p><b> \ | 26 | sect=<p><b> \ |
26 | reimplemented= \ | 27 | reimplemented= \ |
27 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ | 28 | "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ |
28 | obsolete=@deprecated \ | 29 | obsolete=@deprecated \ |
29 | ref= | 30 | ref= \ |
31 | slash=/ | ||
30 | OPTIMIZE_OUTPUT_FOR_C = NO | 32 | OPTIMIZE_OUTPUT_FOR_C = NO |
31 | OPTIMIZE_OUTPUT_JAVA = NO | 33 | OPTIMIZE_OUTPUT_JAVA = NO |
32 | SUBGROUPING = YES | 34 | SUBGROUPING = YES |
33 | #--------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------- |
34 | # Build related configuration options | 36 | # Build related configuration options |
35 | #--------------------------------------------------------------------------- | 37 | #--------------------------------------------------------------------------- |
36 | EXTRACT_ALL = NO | 38 | EXTRACT_ALL = YES |
37 | EXTRACT_PRIVATE = NO | 39 | EXTRACT_PRIVATE = NO |
38 | EXTRACT_STATIC = YES | 40 | EXTRACT_STATIC = YES |
39 | EXTRACT_LOCAL_CLASSES = NO | 41 | EXTRACT_LOCAL_CLASSES = NO |
40 | HIDE_UNDOC_MEMBERS = NO | 42 | HIDE_UNDOC_MEMBERS = NO |
41 | HIDE_UNDOC_CLASSES = YES | 43 | HIDE_UNDOC_CLASSES = YES |
42 | HIDE_FRIEND_COMPOUNDS = NO | 44 | HIDE_FRIEND_COMPOUNDS = NO |
43 | HIDE_IN_BODY_DOCS = NO | 45 | HIDE_IN_BODY_DOCS = NO |
44 | INTERNAL_DOCS = NO | 46 | INTERNAL_DOCS = NO |
45 | CASE_SENSE_NAMES = YES | 47 | CASE_SENSE_NAMES = YES |
46 | HIDE_SCOPE_NAMES = NO | 48 | HIDE_SCOPE_NAMES = NO |
47 | SHOW_INCLUDE_FILES = YES | 49 | SHOW_INCLUDE_FILES = YES |
48 | INLINE_INFO = YES | 50 | INLINE_INFO = YES |
49 | SORT_MEMBER_DOCS = NO | 51 | SORT_MEMBER_DOCS = NO |
50 | GENERATE_TODOLIST = YES | 52 | GENERATE_TODOLIST = YES |
51 | GENERATE_TESTLIST = YES | 53 | GENERATE_TESTLIST = YES |
52 | GENERATE_BUGLIST = YES | 54 | GENERATE_BUGLIST = YES |
@@ -87,33 +89,34 @@ IMAGE_PATH = ../../apidocs/api | |||
87 | INPUT_FILTER = | 89 | INPUT_FILTER = |
88 | FILTER_SOURCE_FILES = NO | 90 | FILTER_SOURCE_FILES = NO |
89 | #--------------------------------------------------------------------------- | 91 | #--------------------------------------------------------------------------- |
90 | # configuration options related to source browsing | 92 | # configuration options related to source browsing |
91 | #--------------------------------------------------------------------------- | 93 | #--------------------------------------------------------------------------- |
92 | SOURCE_BROWSER = YES | 94 | SOURCE_BROWSER = YES |
93 | INLINE_SOURCES = NO | 95 | INLINE_SOURCES = NO |
94 | STRIP_CODE_COMMENTS = YES | 96 | STRIP_CODE_COMMENTS = YES |
95 | REFERENCED_BY_RELATION = YES | 97 | REFERENCED_BY_RELATION = YES |
96 | REFERENCES_RELATION = YES | 98 | REFERENCES_RELATION = YES |
97 | VERBATIM_HEADERS = YES | 99 | VERBATIM_HEADERS = YES |
98 | #--------------------------------------------------------------------------- | 100 | #--------------------------------------------------------------------------- |
99 | # configuration options related to the alphabetical class index | 101 | # configuration options related to the alphabetical class index |
100 | #--------------------------------------------------------------------------- | 102 | #--------------------------------------------------------------------------- |
101 | ALPHABETICAL_INDEX = YES | 103 | ALPHABETICAL_INDEX = YES |
102 | COLS_IN_ALPHA_INDEX = 3 | 104 | COLS_IN_ALPHA_INDEX = 3 |
103 | IGNORE_PREFIX = O | 105 | IGNORE_PREFIX = OPim \ |
106 | O | ||
104 | #--------------------------------------------------------------------------- | 107 | #--------------------------------------------------------------------------- |
105 | # configuration options related to the HTML output | 108 | # configuration options related to the HTML output |
106 | #--------------------------------------------------------------------------- | 109 | #--------------------------------------------------------------------------- |
107 | GENERATE_HTML = YES | 110 | GENERATE_HTML = YES |
108 | HTML_OUTPUT = pim/html | 111 | HTML_OUTPUT = pim/html |
109 | HTML_FILE_EXTENSION = .html | 112 | HTML_FILE_EXTENSION = .html |
110 | HTML_HEADER = ../../apidocs/common/header.html | 113 | HTML_HEADER = ../../apidocs/common/header.html |
111 | HTML_FOOTER = ../../apidocs/common/footer.html | 114 | HTML_FOOTER = ../../apidocs/common/footer.html |
112 | HTML_STYLESHEET = ../../apidocs/common/doxygen.css | 115 | HTML_STYLESHEET = ../../apidocs/common/doxygen.css |
113 | HTML_ALIGN_MEMBERS = YES | 116 | HTML_ALIGN_MEMBERS = YES |
114 | GENERATE_HTMLHELP = NO | 117 | GENERATE_HTMLHELP = NO |
115 | CHM_FILE = | 118 | CHM_FILE = |
116 | HHC_LOCATION = | 119 | HHC_LOCATION = |
117 | GENERATE_CHI = NO | 120 | GENERATE_CHI = NO |
118 | BINARY_TOC = NO | 121 | BINARY_TOC = NO |
119 | TOC_EXPAND = NO | 122 | TOC_EXPAND = NO |
@@ -146,32 +149,33 @@ RTF_HYPERLINKS = NO | |||
146 | RTF_STYLESHEET_FILE = | 149 | RTF_STYLESHEET_FILE = |
147 | RTF_EXTENSIONS_FILE = | 150 | RTF_EXTENSIONS_FILE = |
148 | #--------------------------------------------------------------------------- | 151 | #--------------------------------------------------------------------------- |
149 | # configuration options related to the man page output | 152 | # configuration options related to the man page output |
150 | #--------------------------------------------------------------------------- | 153 | #--------------------------------------------------------------------------- |
151 | GENERATE_MAN = NO | 154 | GENERATE_MAN = NO |
152 | MAN_OUTPUT = pim/man | 155 | MAN_OUTPUT = pim/man |
153 | MAN_EXTENSION = .kde3 | 156 | MAN_EXTENSION = .kde3 |
154 | MAN_LINKS = YES | 157 | MAN_LINKS = YES |
155 | #--------------------------------------------------------------------------- | 158 | #--------------------------------------------------------------------------- |
156 | # configuration options related to the XML output | 159 | # configuration options related to the XML output |
157 | #--------------------------------------------------------------------------- | 160 | #--------------------------------------------------------------------------- |
158 | GENERATE_XML = NO | 161 | GENERATE_XML = NO |
159 | XML_OUTPUT = xml | 162 | XML_OUTPUT = xml |
160 | XML_SCHEMA = | 163 | XML_SCHEMA = |
161 | XML_DTD = | 164 | XML_DTD = |
165 | XML_PROGRAMLISTING = YES | ||
162 | #--------------------------------------------------------------------------- | 166 | #--------------------------------------------------------------------------- |
163 | # configuration options for the AutoGen Definitions output | 167 | # configuration options for the AutoGen Definitions output |
164 | #--------------------------------------------------------------------------- | 168 | #--------------------------------------------------------------------------- |
165 | GENERATE_AUTOGEN_DEF = NO | 169 | GENERATE_AUTOGEN_DEF = NO |
166 | #--------------------------------------------------------------------------- | 170 | #--------------------------------------------------------------------------- |
167 | # configuration options related to the Perl module output | 171 | # configuration options related to the Perl module output |
168 | #--------------------------------------------------------------------------- | 172 | #--------------------------------------------------------------------------- |
169 | GENERATE_PERLMOD = NO | 173 | GENERATE_PERLMOD = NO |
170 | PERLMOD_LATEX = NO | 174 | PERLMOD_LATEX = NO |
171 | PERLMOD_PRETTY = YES | 175 | PERLMOD_PRETTY = YES |
172 | PERLMOD_MAKEVAR_PREFIX = | 176 | PERLMOD_MAKEVAR_PREFIX = |
173 | #--------------------------------------------------------------------------- | 177 | #--------------------------------------------------------------------------- |
174 | # Configuration options related to the preprocessor | 178 | # Configuration options related to the preprocessor |
175 | #--------------------------------------------------------------------------- | 179 | #--------------------------------------------------------------------------- |
176 | ENABLE_PREPROCESSING = YES | 180 | ENABLE_PREPROCESSING = YES |
177 | MACRO_EXPANSION = NO | 181 | MACRO_EXPANSION = NO |