Subversion Repositories HelenOS

Rev

Rev 4699 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4699 Rev 4759
Line 2... Line 2...
2
 
2
 
3
#---------------------------------------------------------------------------
3
#---------------------------------------------------------------------------
4
# Project related configuration options
4
# Project related configuration options
5
#---------------------------------------------------------------------------
5
#---------------------------------------------------------------------------
6
DOXYFILE_ENCODING      = UTF-8
6
DOXYFILE_ENCODING      = UTF-8
7
PROJECT_NAME           = "HelenOS Networking subsystem"
7
PROJECT_NAME           = "Networking and TCP/IP stack for HelenOS system"
8
PROJECT_NUMBER         = "Diploma thesis 2008/2009"
8
PROJECT_NUMBER         = "Master thesis 2009"
9
OUTPUT_DIRECTORY       = doc/
9
OUTPUT_DIRECTORY       = doc/
10
CREATE_SUBDIRS         = YES
10
CREATE_SUBDIRS         = YES
11
OUTPUT_LANGUAGE        = English
11
OUTPUT_LANGUAGE        = English
12
BRIEF_MEMBER_DESC      = YES
12
BRIEF_MEMBER_DESC      = YES
13
REPEAT_BRIEF           = YES
13
REPEAT_BRIEF           = YES
Line 92... Line 92...
92
WARN_LOGFILE           = doc/doxygen_warnings.txt
92
WARN_LOGFILE           = doc/doxygen_warnings.txt
93
#---------------------------------------------------------------------------
93
#---------------------------------------------------------------------------
94
# configuration options related to the input files
94
# configuration options related to the input files
95
#---------------------------------------------------------------------------
95
#---------------------------------------------------------------------------
96
INPUT                  = ./ \
96
INPUT                  = ./ \
97
                         ../../doc/doxygroups.h
97
                         ../../doc/doxygroups.h \
-
 
98
                         ./documentation.txt
98
INPUT_ENCODING         = UTF-8
99
INPUT_ENCODING         = UTF-8
99
FILE_PATTERNS          = *.c \
100
FILE_PATTERNS          = *.c \
100
                         *.cc \
101
                         *.cc \
101
                         *.cxx \
102
                         *.cxx \
102
                         *.cpp \
103
                         *.cpp \