summaryrefslogtreecommitdiff
path: root/doc
authoreilers <eilers>2004-05-16 15:15:20 (UTC)
committer eilers <eilers>2004-05-16 15:15:20 (UTC)
commit27794ba158d682d115b2feafea023995265991e6 (patch) (unidiff)
treed6d3413bf1b737a291a90f10ad8620b8d561d711 /doc
parent736a153edfac343d0794ecafc5dc2f2c405260a7 (diff)
downloadopie-27794ba158d682d115b2feafea023995265991e6.zip
opie-27794ba158d682d115b2feafea023995265991e6.tar.gz
opie-27794ba158d682d115b2feafea023995265991e6.tar.bz2
Fixing name of project and add missing pim directory "backends"
Diffstat (limited to 'doc') (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 =