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,29 +1,31 @@ -# Doxyfile 1.3.5 +# Doxyfile 1.3.8 #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "libopie PIM2" PROJECT_NUMBER = "Version 1.0" OUTPUT_DIRECTORY = ../../apidocs +CREATE_SUBDIRS = NO 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 STRIP_FROM_PATH = +STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO DETAILS_AT_TOP = NO INHERIT_DOCS = YES -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES TAB_SIZE = 4 ALIASES = libdoc=@mainpage \ sect=<p><b> \ reimplemented= \ "deprecated=<b>This class or method is obsolete, it is provided for compatibility only.</b>" \ obsolete=@deprecated \ @@ -36,22 +38,25 @@ SUBGROUPING = YES # Build related configuration options #--------------------------------------------------------------------------- EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = NO +EXTRACT_LOCAL_METHODS = NO HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = YES HIDE_SCOPE_NAMES = NO SHOW_INCLUDE_FILES = YES INLINE_INFO = YES SORT_MEMBER_DOCS = NO +SORT_BRIEF_DOCS = NO +SORT_BY_SCOPE_NAME = NO GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST= YES ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 @@ -68,13 +73,14 @@ WARN_LOGFILE = Dox-Warning #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = . \ ui \ core \ - core/backends + core/backends \ + backend FILE_PATTERNS = *.h \ *.cpp \ *.cc \ *.hpp RECURSIVE = NO EXCLUDE = @@ -87,12 +93,13 @@ EXCLUDE_PATTERNS = *.moc.* \ */tests/* EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO IMAGE_PATH = ../../apidocs/api INPUT_FILTER = +FILTER_PATTERNS = FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = YES INLINE_SOURCES = NO @@ -102,16 +109,16 @@ REFERENCES_RELATION = YES VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- 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 #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = pim2/html HTML_FILE_EXTENSION = .html @@ -189,13 +196,13 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- -# Configuration::addtions related to external references +# Configuration::additions related to external references #--------------------------------------------------------------------------- TAGFILES = ../../apidocs/qt/qt.tag=../../qt/ \ ../../apidocs/libqpe/libqpe.tag=../../libqpe/html \ ../../apidocs/core2/core2.tag=../../core2/html \ ../../apidocs/ui2/ui2.tag=../../ui2/html GENERATE_TAGFILE = ../../apidocs/pim2/pim2.tag @@ -222,9 +229,9 @@ DOTFILE_DIRS = MAX_DOT_GRAPH_WIDTH = 800 MAX_DOT_GRAPH_HEIGHT = 1024 MAX_DOT_GRAPH_DEPTH = 0 GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- -# Configuration::addtions related to the search engine +# Configuration::additions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO |