]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- Changed flags:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Mar 2007 16:18:44 +0000 (16:18 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Mar 2007 16:18:44 +0000 (16:18 +0000)
  ABBREVIATE_BRIEF       = YES
  ALWAYS_DETAILED_SEC    = YES
- Added commented flags which have to be changed to generate
  warnings for undocumented members

MUON/Doxyfile

index c8c8aceb729f78f04abe6481187b0a17ccd813b8..4d9fd1b733503bfc2cd10cee63e24b6eefa09994 100644 (file)
@@ -76,13 +76,13 @@ REPEAT_BRIEF           = YES
 # name of the entity): "The $name class" "The $name widget" "The $name file" 
 # "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
 
-ABBREVIATE_BRIEF       = 
+ABBREVIATE_BRIEF       = YES
 
 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
 # Doxygen will generate a detailed section even if there is only a brief 
 # description.
 
-ALWAYS_DETAILED_SEC    = NO
+ALWAYS_DETAILED_SEC    = YES
 
 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited 
 # members of a class in the documentation of that class as if those members were 
@@ -203,6 +203,7 @@ SUBGROUPING            = YES
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
 EXTRACT_ALL            = YES
+#EXTRACT_ALL            = NO
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
@@ -382,6 +383,7 @@ WARNINGS               = YES
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
 # automatically be disabled.
 
+#WARN_IF_UNDOCUMENTED   = YES
 WARN_IF_UNDOCUMENTED   = YES
 
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
@@ -414,6 +416,7 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = . ../STEER ../EVGEN
+#INPUT                  = . 
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp