summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--doc/Doxyfile_pim27
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Doxyfile_pim2 b/doc/Doxyfile_pim2
index 476f7a6..f9a2014 100644
--- a/doc/Doxyfile_pim2
+++ b/doc/Doxyfile_pim2
@@ -1,13 +1,13 @@
1# Doxyfile 1.3.5 1# Doxyfile 1.3.5
2 2
3#--------------------------------------------------------------------------- 3#---------------------------------------------------------------------------
4# Project related configuration options 4# Project related configuration options
5#--------------------------------------------------------------------------- 5#---------------------------------------------------------------------------
6PROJECT_NAME = "libopie UI2" 6PROJECT_NAME = "libopie PIM2"
7PROJECT_NUMBER = "Version 1.2" 7PROJECT_NUMBER = "Version 1.0"
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 = 13ABBREVIATE_BRIEF =
@@ -67,13 +67,14 @@ WARN_FORMAT = "$file:$line: $text"
67WARN_LOGFILE = Dox-Warning 67WARN_LOGFILE = Dox-Warning
68#--------------------------------------------------------------------------- 68#---------------------------------------------------------------------------
69# configuration options related to the input files 69# configuration options related to the input files
70#--------------------------------------------------------------------------- 70#---------------------------------------------------------------------------
71INPUT = . \ 71INPUT = . \
72 ui \ 72 ui \
73 core 73 core \
74 core/backends
74FILE_PATTERNS = *.h \ 75FILE_PATTERNS = *.h \
75 *.cpp \ 76 *.cpp \
76 *.cc \ 77 *.cc \
77 *.hpp 78 *.hpp
78RECURSIVE = NO 79RECURSIVE = NO
79EXCLUDE = 80EXCLUDE =