summaryrefslogtreecommitdiff
path: root/doc
authorzecke <zecke>2004-02-02 16:23:09 (UTC)
committer zecke <zecke>2004-02-02 16:23:09 (UTC)
commit28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb (patch) (unidiff)
tree413640e3a4dae2da3e81fd2bb02c975fa93bedfd /doc
parent9191120c28d3c125897b01680f57925c431c7104 (diff)
downloadopie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.zip
opie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.tar.gz
opie-28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb.tar.bz2
Update the Doxy Files
Add the @slash seperation
Diffstat (limited to 'doc') (more/less context) (ignore whitespace changes)
-rw-r--r--doc/Doxyfile_libopie10
-rw-r--r--doc/Doxyfile_libqpe10
-rw-r--r--doc/Doxyfile_main7
-rw-r--r--doc/Doxyfile_pim12
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,18 +1,19 @@
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#---------------------------------------------------------------------------
6PROJECT_NAME = libopie 6PROJECT_NAME = libopie
7PROJECT_NUMBER = "Version 1.1" 7PROJECT_NUMBER = "Version 1.1"
8OUTPUT_DIRECTORY = ../apidocs 8OUTPUT_DIRECTORY = ../apidocs
9OUTPUT_LANGUAGE = English 9OUTPUT_LANGUAGE = English
10USE_WINDOWS_ENCODING = NO 10USE_WINDOWS_ENCODING = NO
11BRIEF_MEMBER_DESC = YES 11BRIEF_MEMBER_DESC = YES
12REPEAT_BRIEF = YES 12REPEAT_BRIEF = YES
13ABBREVIATE_BRIEF =
13ALWAYS_DETAILED_SEC = YES 14ALWAYS_DETAILED_SEC = YES
14INLINE_INHERITED_MEMB = NO 15INLINE_INHERITED_MEMB = NO
15FULL_PATH_NAMES = NO 16FULL_PATH_NAMES = NO
16STRIP_FROM_PATH = 17STRIP_FROM_PATH =
17SHORT_NAMES = NO 18SHORT_NAMES = NO
18JAVADOC_AUTOBRIEF = YES 19JAVADOC_AUTOBRIEF = YES
@@ -23,13 +24,14 @@ DISTRIBUTE_GROUP_DOC = NO
23TAB_SIZE = 4 24TAB_SIZE = 4
24ALIASES = libdoc=@mainpage \ 25ALIASES = 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=/
30OPTIMIZE_OUTPUT_FOR_C = NO 32OPTIMIZE_OUTPUT_FOR_C = NO
31OPTIMIZE_OUTPUT_JAVA = NO 33OPTIMIZE_OUTPUT_JAVA = NO
32SUBGROUPING = YES 34SUBGROUPING = YES
33#--------------------------------------------------------------------------- 35#---------------------------------------------------------------------------
34# Build related configuration options 36# Build related configuration options
35#--------------------------------------------------------------------------- 37#---------------------------------------------------------------------------
@@ -97,13 +99,14 @@ REFERENCES_RELATION = YES
97VERBATIM_HEADERS = YES 99VERBATIM_HEADERS = YES
98#--------------------------------------------------------------------------- 100#---------------------------------------------------------------------------
99# configuration options related to the alphabetical class index 101# configuration options related to the alphabetical class index
100#--------------------------------------------------------------------------- 102#---------------------------------------------------------------------------
101ALPHABETICAL_INDEX = YES 103ALPHABETICAL_INDEX = YES
102COLS_IN_ALPHA_INDEX = 3 104COLS_IN_ALPHA_INDEX = 3
103IGNORE_PREFIX = O 105IGNORE_PREFIX = OPim \
106 O
104#--------------------------------------------------------------------------- 107#---------------------------------------------------------------------------
105# configuration options related to the HTML output 108# configuration options related to the HTML output
106#--------------------------------------------------------------------------- 109#---------------------------------------------------------------------------
107GENERATE_HTML = YES 110GENERATE_HTML = YES
108HTML_OUTPUT = libopie/html 111HTML_OUTPUT = libopie/html
109HTML_FILE_EXTENSION = .html 112HTML_FILE_EXTENSION = .html
@@ -156,12 +159,13 @@ MAN_LINKS = YES
156# configuration options related to the XML output 159# configuration options related to the XML output
157#--------------------------------------------------------------------------- 160#---------------------------------------------------------------------------
158GENERATE_XML = NO 161GENERATE_XML = NO
159XML_OUTPUT = xml 162XML_OUTPUT = xml
160XML_SCHEMA = 163XML_SCHEMA =
161XML_DTD = 164XML_DTD =
165XML_PROGRAMLISTING = YES
162#--------------------------------------------------------------------------- 166#---------------------------------------------------------------------------
163# configuration options for the AutoGen Definitions output 167# configuration options for the AutoGen Definitions output
164#--------------------------------------------------------------------------- 168#---------------------------------------------------------------------------
165GENERATE_AUTOGEN_DEF = NO 169GENERATE_AUTOGEN_DEF = NO
166#--------------------------------------------------------------------------- 170#---------------------------------------------------------------------------
167# configuration options related to the Perl module output 171# configuration options related to the Perl module output
diff --git a/doc/Doxyfile_libqpe b/doc/Doxyfile_libqpe
index ac12f3f..2d91ac5 100644
--- a/doc/Doxyfile_libqpe
+++ b/doc/Doxyfile_libqpe
@@ -1,18 +1,19 @@
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#---------------------------------------------------------------------------
6PROJECT_NAME = "Qtopia library" 6PROJECT_NAME = "Qtopia library"
7PROJECT_NUMBER = "Version 1.5.5" 7PROJECT_NUMBER = "Version 1.5.5"
8OUTPUT_DIRECTORY = ../apidocs 8OUTPUT_DIRECTORY = ../apidocs
9OUTPUT_LANGUAGE = English 9OUTPUT_LANGUAGE = English
10USE_WINDOWS_ENCODING = NO 10USE_WINDOWS_ENCODING = NO
11BRIEF_MEMBER_DESC = YES 11BRIEF_MEMBER_DESC = YES
12REPEAT_BRIEF = YES 12REPEAT_BRIEF = YES
13ABBREVIATE_BRIEF =
13ALWAYS_DETAILED_SEC = YES 14ALWAYS_DETAILED_SEC = YES
14INLINE_INHERITED_MEMB = NO 15INLINE_INHERITED_MEMB = NO
15FULL_PATH_NAMES = NO 16FULL_PATH_NAMES = NO
16STRIP_FROM_PATH = 17STRIP_FROM_PATH =
17SHORT_NAMES = NO 18SHORT_NAMES = NO
18JAVADOC_AUTOBRIEF = YES 19JAVADOC_AUTOBRIEF = YES
@@ -23,13 +24,14 @@ DISTRIBUTE_GROUP_DOC = NO
23TAB_SIZE = 4 24TAB_SIZE = 4
24ALIASES = libdoc=@mainpage \ 25ALIASES = 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=/
30OPTIMIZE_OUTPUT_FOR_C = NO 32OPTIMIZE_OUTPUT_FOR_C = NO
31OPTIMIZE_OUTPUT_JAVA = NO 33OPTIMIZE_OUTPUT_JAVA = NO
32SUBGROUPING = YES 34SUBGROUPING = YES
33#--------------------------------------------------------------------------- 35#---------------------------------------------------------------------------
34# Build related configuration options 36# Build related configuration options
35#--------------------------------------------------------------------------- 37#---------------------------------------------------------------------------
@@ -97,13 +99,14 @@ REFERENCES_RELATION = YES
97VERBATIM_HEADERS = YES 99VERBATIM_HEADERS = YES
98#--------------------------------------------------------------------------- 100#---------------------------------------------------------------------------
99# configuration options related to the alphabetical class index 101# configuration options related to the alphabetical class index
100#--------------------------------------------------------------------------- 102#---------------------------------------------------------------------------
101ALPHABETICAL_INDEX = YES 103ALPHABETICAL_INDEX = YES
102COLS_IN_ALPHA_INDEX = 3 104COLS_IN_ALPHA_INDEX = 3
103IGNORE_PREFIX = Q 105IGNORE_PREFIX = Q \
106 QPE
104#--------------------------------------------------------------------------- 107#---------------------------------------------------------------------------
105# configuration options related to the HTML output 108# configuration options related to the HTML output
106#--------------------------------------------------------------------------- 109#---------------------------------------------------------------------------
107GENERATE_HTML = YES 110GENERATE_HTML = YES
108HTML_OUTPUT = libqpe/html 111HTML_OUTPUT = libqpe/html
109HTML_FILE_EXTENSION = .html 112HTML_FILE_EXTENSION = .html
@@ -156,12 +159,13 @@ MAN_LINKS = YES
156# configuration options related to the XML output 159# configuration options related to the XML output
157#--------------------------------------------------------------------------- 160#---------------------------------------------------------------------------
158GENERATE_XML = NO 161GENERATE_XML = NO
159XML_OUTPUT = xml 162XML_OUTPUT = xml
160XML_SCHEMA = 163XML_SCHEMA =
161XML_DTD = 164XML_DTD =
165XML_PROGRAMLISTING = YES
162#--------------------------------------------------------------------------- 166#---------------------------------------------------------------------------
163# configuration options for the AutoGen Definitions output 167# configuration options for the AutoGen Definitions output
164#--------------------------------------------------------------------------- 168#---------------------------------------------------------------------------
165GENERATE_AUTOGEN_DEF = NO 169GENERATE_AUTOGEN_DEF = NO
166#--------------------------------------------------------------------------- 170#---------------------------------------------------------------------------
167# configuration options related to the Perl module output 171# configuration options related to the Perl module output
diff --git a/doc/Doxyfile_main b/doc/Doxyfile_main
index 80a2660..2e1230e 100644
--- a/doc/Doxyfile_main
+++ b/doc/Doxyfile_main
@@ -1,18 +1,19 @@
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#---------------------------------------------------------------------------
6PROJECT_NAME = TheOPIEAPIReference 6PROJECT_NAME = TheOPIEAPIReference
7PROJECT_NUMBER = "Version 1.1" 7PROJECT_NUMBER = "Version 1.1"
8OUTPUT_DIRECTORY = ./apidocs 8OUTPUT_DIRECTORY = ./apidocs
9OUTPUT_LANGUAGE = English 9OUTPUT_LANGUAGE = English
10USE_WINDOWS_ENCODING = NO 10USE_WINDOWS_ENCODING = NO
11BRIEF_MEMBER_DESC = YES 11BRIEF_MEMBER_DESC = YES
12REPEAT_BRIEF = YES 12REPEAT_BRIEF = YES
13ABBREVIATE_BRIEF =
13ALWAYS_DETAILED_SEC = YES 14ALWAYS_DETAILED_SEC = YES
14INLINE_INHERITED_MEMB = NO 15INLINE_INHERITED_MEMB = NO
15FULL_PATH_NAMES = NO 16FULL_PATH_NAMES = NO
16STRIP_FROM_PATH = 17STRIP_FROM_PATH =
17SHORT_NAMES = NO 18SHORT_NAMES = NO
18JAVADOC_AUTOBRIEF = YES 19JAVADOC_AUTOBRIEF = YES
@@ -23,13 +24,14 @@ DISTRIBUTE_GROUP_DOC = NO
23TAB_SIZE = 4 24TAB_SIZE = 4
24ALIASES = libdoc=@mainpage \ 25ALIASES = 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=/
30OPTIMIZE_OUTPUT_FOR_C = NO 32OPTIMIZE_OUTPUT_FOR_C = NO
31OPTIMIZE_OUTPUT_JAVA = NO 33OPTIMIZE_OUTPUT_JAVA = NO
32SUBGROUPING = YES 34SUBGROUPING = YES
33#--------------------------------------------------------------------------- 35#---------------------------------------------------------------------------
34# Build related configuration options 36# Build related configuration options
35#--------------------------------------------------------------------------- 37#---------------------------------------------------------------------------
@@ -153,12 +155,13 @@ MAN_LINKS = YES
153# configuration options related to the XML output 155# configuration options related to the XML output
154#--------------------------------------------------------------------------- 156#---------------------------------------------------------------------------
155GENERATE_XML = NO 157GENERATE_XML = NO
156XML_OUTPUT = xml 158XML_OUTPUT = xml
157XML_SCHEMA = 159XML_SCHEMA =
158XML_DTD = 160XML_DTD =
161XML_PROGRAMLISTING = YES
159#--------------------------------------------------------------------------- 162#---------------------------------------------------------------------------
160# configuration options for the AutoGen Definitions output 163# configuration options for the AutoGen Definitions output
161#--------------------------------------------------------------------------- 164#---------------------------------------------------------------------------
162GENERATE_AUTOGEN_DEF = NO 165GENERATE_AUTOGEN_DEF = NO
163#--------------------------------------------------------------------------- 166#---------------------------------------------------------------------------
164# configuration options related to the Perl module output 167# configuration options related to the Perl module output
diff --git a/doc/Doxyfile_pim b/doc/Doxyfile_pim
index b76761f..6f44c60 100644
--- a/doc/Doxyfile_pim
+++ b/doc/Doxyfile_pim
@@ -1,18 +1,19 @@
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#---------------------------------------------------------------------------
6PROJECT_NAME = "libopie PIM" 6PROJECT_NAME = "libopie PIM"
7PROJECT_NUMBER = "Version 1.1" 7PROJECT_NUMBER = "Version 1.1"
8OUTPUT_DIRECTORY = ../../apidocs 8OUTPUT_DIRECTORY = ../../apidocs
9OUTPUT_LANGUAGE = English 9OUTPUT_LANGUAGE = English
10USE_WINDOWS_ENCODING = NO 10USE_WINDOWS_ENCODING = NO
11BRIEF_MEMBER_DESC = YES 11BRIEF_MEMBER_DESC = YES
12REPEAT_BRIEF = YES 12REPEAT_BRIEF = YES
13ABBREVIATE_BRIEF =
13ALWAYS_DETAILED_SEC = YES 14ALWAYS_DETAILED_SEC = YES
14INLINE_INHERITED_MEMB = NO 15INLINE_INHERITED_MEMB = NO
15FULL_PATH_NAMES = NO 16FULL_PATH_NAMES = NO
16STRIP_FROM_PATH = 17STRIP_FROM_PATH =
17SHORT_NAMES = NO 18SHORT_NAMES = NO
18JAVADOC_AUTOBRIEF = YES 19JAVADOC_AUTOBRIEF = YES
@@ -23,20 +24,21 @@ DISTRIBUTE_GROUP_DOC = NO
23TAB_SIZE = 4 24TAB_SIZE = 4
24ALIASES = libdoc=@mainpage \ 25ALIASES = 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=/
30OPTIMIZE_OUTPUT_FOR_C = NO 32OPTIMIZE_OUTPUT_FOR_C = NO
31OPTIMIZE_OUTPUT_JAVA = NO 33OPTIMIZE_OUTPUT_JAVA = NO
32SUBGROUPING = YES 34SUBGROUPING = YES
33#--------------------------------------------------------------------------- 35#---------------------------------------------------------------------------
34# Build related configuration options 36# Build related configuration options
35#--------------------------------------------------------------------------- 37#---------------------------------------------------------------------------
36EXTRACT_ALL = NO 38EXTRACT_ALL = YES
37EXTRACT_PRIVATE = NO 39EXTRACT_PRIVATE = NO
38EXTRACT_STATIC = YES 40EXTRACT_STATIC = YES
39EXTRACT_LOCAL_CLASSES = NO 41EXTRACT_LOCAL_CLASSES = NO
40HIDE_UNDOC_MEMBERS = NO 42HIDE_UNDOC_MEMBERS = NO
41HIDE_UNDOC_CLASSES = YES 43HIDE_UNDOC_CLASSES = YES
42HIDE_FRIEND_COMPOUNDS = NO 44HIDE_FRIEND_COMPOUNDS = NO
@@ -97,13 +99,14 @@ REFERENCES_RELATION = YES
97VERBATIM_HEADERS = YES 99VERBATIM_HEADERS = YES
98#--------------------------------------------------------------------------- 100#---------------------------------------------------------------------------
99# configuration options related to the alphabetical class index 101# configuration options related to the alphabetical class index
100#--------------------------------------------------------------------------- 102#---------------------------------------------------------------------------
101ALPHABETICAL_INDEX = YES 103ALPHABETICAL_INDEX = YES
102COLS_IN_ALPHA_INDEX = 3 104COLS_IN_ALPHA_INDEX = 3
103IGNORE_PREFIX = O 105IGNORE_PREFIX = OPim \
106 O
104#--------------------------------------------------------------------------- 107#---------------------------------------------------------------------------
105# configuration options related to the HTML output 108# configuration options related to the HTML output
106#--------------------------------------------------------------------------- 109#---------------------------------------------------------------------------
107GENERATE_HTML = YES 110GENERATE_HTML = YES
108HTML_OUTPUT = pim/html 111HTML_OUTPUT = pim/html
109HTML_FILE_EXTENSION = .html 112HTML_FILE_EXTENSION = .html
@@ -156,12 +159,13 @@ MAN_LINKS = YES
156# configuration options related to the XML output 159# configuration options related to the XML output
157#--------------------------------------------------------------------------- 160#---------------------------------------------------------------------------
158GENERATE_XML = NO 161GENERATE_XML = NO
159XML_OUTPUT = xml 162XML_OUTPUT = xml
160XML_SCHEMA = 163XML_SCHEMA =
161XML_DTD = 164XML_DTD =
165XML_PROGRAMLISTING = YES
162#--------------------------------------------------------------------------- 166#---------------------------------------------------------------------------
163# configuration options for the AutoGen Definitions output 167# configuration options for the AutoGen Definitions output
164#--------------------------------------------------------------------------- 168#---------------------------------------------------------------------------
165GENERATE_AUTOGEN_DEF = NO 169GENERATE_AUTOGEN_DEF = NO
166#--------------------------------------------------------------------------- 170#---------------------------------------------------------------------------
167# configuration options related to the Perl module output 171# configuration options related to the Perl module output