author | zecke <zecke> | 2004-08-19 21:08:43 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-08-19 21:08:43 (UTC) |
commit | f58fb0a08321b6d8a9ce1bac2ce4b7eb67c27347 (patch) (side-by-side diff) | |
tree | 4c60924750901621e828012fc1df7d8b13a5763c /doc | |
parent | 2a83507f90704709aa641b2eea64b33af26cb09f (diff) | |
download | opie-f58fb0a08321b6d8a9ce1bac2ce4b7eb67c27347.zip opie-f58fb0a08321b6d8a9ce1bac2ce4b7eb67c27347.tar.gz opie-f58fb0a08321b6d8a9ce1bac2ce4b7eb67c27347.tar.bz2 |
Ignore OPim and O as prefixes
-rw-r--r-- | doc/Doxyfile_pim2 | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/doc/Doxyfile_pim2 b/doc/Doxyfile_pim2 index f9a2014..d612c2f 100644 --- a/doc/Doxyfile_pim2 +++ b/doc/Doxyfile_pim2 @@ -1,2 +1,2 @@ -# Doxyfile 1.3.5 +# Doxyfile 1.3.8 @@ -8,2 +8,3 @@ PROJECT_NUMBER = "Version 1.0" OUTPUT_DIRECTORY = ../../apidocs +CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English @@ -17,2 +18,3 @@ FULL_PATH_NAMES = NO STRIP_FROM_PATH = +STRIP_FROM_INC_PATH = SHORT_NAMES = NO @@ -22,3 +24,3 @@ DETAILS_AT_TOP = NO INHERIT_DOCS = YES -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES TAB_SIZE = 4 @@ -41,2 +43,3 @@ EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = NO +EXTRACT_LOCAL_METHODS = NO HIDE_UNDOC_MEMBERS = NO @@ -51,2 +54,4 @@ INLINE_INFO = YES SORT_MEMBER_DOCS = NO +SORT_BRIEF_DOCS = NO +SORT_BY_SCOPE_NAME = NO GENERATE_TODOLIST = YES @@ -73,3 +78,4 @@ INPUT = . \ core \ - core/backends + core/backends \ + backend FILE_PATTERNS = *.h \ @@ -92,2 +98,3 @@ IMAGE_PATH = ../../apidocs/api INPUT_FILTER = +FILTER_PATTERNS = FILTER_SOURCE_FILES = NO @@ -107,6 +114,6 @@ ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 3 -IGNORE_PREFIX = Opie::Core::O \ - Opie::Ui::O \ - Opie::Pim::OPim \ - Opie::Pim::O +IGNORE_PREFIX = Opie::OPim \ + Opie::O \ + OPim \ + O #--------------------------------------------------------------------------- @@ -194,3 +201,3 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- -# Configuration::addtions related to external references +# Configuration::additions related to external references #--------------------------------------------------------------------------- @@ -227,3 +234,3 @@ DOT_CLEANUP = YES #--------------------------------------------------------------------------- -# Configuration::addtions related to the search engine +# Configuration::additions related to the search engine #--------------------------------------------------------------------------- |