Subversion Repositories HelenOS-doc

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 22
Line 3... Line 3...
3
#---------------------------------------------------------------------------
3
#---------------------------------------------------------------------------
4
# Project related configuration options
4
# Project related configuration options
5
#---------------------------------------------------------------------------
5
#---------------------------------------------------------------------------
6
PROJECT_NAME           = "HelenOS mips32 kernel"
6
PROJECT_NAME           = "HelenOS mips32 kernel"
7
PROJECT_NUMBER         = "<i>Draft</i>"
7
PROJECT_NUMBER         = "<i>Draft</i>"
8
OUTPUT_DIRECTORY       = /home/jermar/software/HelenOS-doc/refman/doc/mips32-kernel
8
OUTPUT_DIRECTORY       = $(DOCDIR)/doc/mips32-kernel
9
CREATE_SUBDIRS         = NO
9
CREATE_SUBDIRS         = NO
10
OUTPUT_LANGUAGE        = English
10
OUTPUT_LANGUAGE        = English
11
USE_WINDOWS_ENCODING   = NO
11
USE_WINDOWS_ENCODING   = NO
12
BRIEF_MEMBER_DESC      = YES
12
BRIEF_MEMBER_DESC      = YES
13
REPEAT_BRIEF           = NO
13
REPEAT_BRIEF           = NO
Line 79... Line 79...
79
WARN_FORMAT            = "$file:$line: $text"
79
WARN_FORMAT            = "$file:$line: $text"
80
WARN_LOGFILE           = 
80
WARN_LOGFILE           = 
81
#---------------------------------------------------------------------------
81
#---------------------------------------------------------------------------
82
# configuration options related to the input files
82
# configuration options related to the input files
83
#---------------------------------------------------------------------------
83
#---------------------------------------------------------------------------
84
INPUT                  = /home/jermar/software/HelenOS/kernel/arch/mips32
84
INPUT                  = $(SRCDIR)/kernel/arch/mips32
85
FILE_PATTERNS          = *.c \
85
FILE_PATTERNS          = *.c \
86
                         *.h
86
                         *.h
87
RECURSIVE              = YES
87
RECURSIVE              = YES
88
EXCLUDE                = 
88
EXCLUDE                = 
89
EXCLUDE_SYMLINKS       = YES
89
EXCLUDE_SYMLINKS       = YES
Line 204... Line 204...
204
#---------------------------------------------------------------------------
204
#---------------------------------------------------------------------------
205
# Configuration options related to the dot tool   
205
# Configuration options related to the dot tool   
206
#---------------------------------------------------------------------------
206
#---------------------------------------------------------------------------
207
CLASS_DIAGRAMS         = YES
207
CLASS_DIAGRAMS         = YES
208
HIDE_UNDOC_RELATIONS   = YES
208
HIDE_UNDOC_RELATIONS   = YES
209
HAVE_DOT               = YES
209
HAVE_DOT               = $(DOT)
210
CLASS_GRAPH            = NO
210
CLASS_GRAPH            = NO
211
COLLABORATION_GRAPH    = NO
211
COLLABORATION_GRAPH    = NO
212
GROUP_GRAPHS           = NO
212
GROUP_GRAPHS           = NO
213
UML_LOOK               = NO
213
UML_LOOK               = NO
214
TEMPLATE_RELATIONS     = NO
214
TEMPLATE_RELATIONS     = NO