summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show 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
@@ -2,10 +2,10 @@
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
@@ -69,9 +69,10 @@ WARN_LOGFILE = Dox-Warning
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