public
Description: A small OS for high reliability low memory embeded applications
Clone URL: git://github.com/andrewguy9/kernelpanic.git
for some reason the doxyfile got messed up. Now its fixed.
Andrew Thomson (author)
Sun Feb 17 17:20:39 -0800 2008
commit  6c0ad54187454103411c732834833f1f06d0ce5f
tree    fc180d8cc49c33fc5cb737834396447254deb3bc
parent  465e3cc62984fa9366a36eb5fd8b399648589e6d
...
4
5
6
7
 
8
9
10
11
12
13
14
15
16
 
 
 
17
18
19
...
80
81
82
83
 
84
85
86
87
88
 
89
90
91
...
251
252
253
254
 
255
256
257
...
4
5
6
 
7
8
9
10
11
12
13
 
 
 
14
15
16
17
18
19
...
80
81
82
 
83
84
85
86
87
 
88
89
90
91
...
251
252
253
 
254
255
256
257
0
@@ -4,16 +4,16 @@
0
 # Project related configuration options
0
 #---------------------------------------------------------------------------
0
 DOXYFILE_ENCODING = UTF-8
0
-PROJECT_NAME = "Kernel Panic "
0
+PROJECT_NAME = "Kernel Panic "
0
 PROJECT_NUMBER =
0
 OUTPUT_DIRECTORY =
0
 CREATE_SUBDIRS = NO
0
 OUTPUT_LANGUAGE = English
0
 BRIEF_MEMBER_DESC = YES
0
 REPEAT_BRIEF = YES
0
-ABBREVIATE_BRIEF = "The $name class " \
0
- "The $name widget " \
0
- "The $name file " \
0
+ABBREVIATE_BRIEF = "The $name class " \
0
+ "The $name widget " \
0
+ "The $name file " \
0
                          is \
0
                          provides \
0
                          specifies \
0
@@ -80,12 +80,12 @@ WARNINGS = YES
0
 WARN_IF_UNDOCUMENTED = YES
0
 WARN_IF_DOC_ERROR = YES
0
 WARN_NO_PARAMDOC = NO
0
-WARN_FORMAT = "$file:$line: $text "
0
+WARN_FORMAT = "$file:$line: $text "
0
 WARN_LOGFILE =
0
 #---------------------------------------------------------------------------
0
 # configuration options related to the input files
0
 #---------------------------------------------------------------------------
0
-INPUT = /home/andrewguy9/Programs/umouse/trunk
0
+INPUT =
0
 INPUT_ENCODING = UTF-8
0
 FILE_PATTERNS = *.c \
0
                          *.cc \
0
@@ -251,7 +251,7 @@ PERL_PATH = /usr/bin/perl
0
 #---------------------------------------------------------------------------
0
 # Configuration options related to the dot tool
0
 #---------------------------------------------------------------------------
0
-CLASS_DIAGRAMS = YES
0
+CLASS_DIAGRAMS = NO
0
 MSCGEN_PATH =
0
 HIDE_UNDOC_RELATIONS = YES
0
 HAVE_DOT = YES

Comments

    No one has commented yet.