summaryrefslogtreecommitdiff
path: root/doc/Doxyfile_libopie
authorzecke <zecke>2004-02-02 16:23:09 (UTC)
committer zecke <zecke>2004-02-02 16:23:09 (UTC)
commit28d835ef3ef46d16ac79a2ba573d4cdfbb94aacb (patch) (side-by-side diff)
tree413640e3a4dae2da3e81fd2bb02c975fa93bedfd /doc/Doxyfile_libopie
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/Doxyfile_libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--doc/Doxyfile_libopie10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/Doxyfile_libopie b/doc/Doxyfile_libopie
index 13eb92b..1e65e2a 100644
--- a/doc/Doxyfile_libopie
+++ b/doc/Doxyfile_libopie
@@ -1,4 +1,4 @@
-# Doxyfile 1.3.4
+# Doxyfile 1.3.5
#---------------------------------------------------------------------------
# Project related configuration options
@@ -10,6 +10,7 @@ OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
+ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = NO
@@ -26,7 +27,8 @@ ALIASES = libdoc=@mainpage \
reimplemented= \
"deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \
obsolete=@deprecated \
- ref=
+ ref= \
+ slash=/
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
SUBGROUPING = YES
@@ -100,7 +102,8 @@ VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 3
-IGNORE_PREFIX = O
+IGNORE_PREFIX = OPim \
+ O
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
@@ -159,6 +162,7 @@ GENERATE_XML = NO
XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
+XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------