Browse Source

Rework Doxyfile

master
Jean-Sébastien 2 years ago
parent
commit
83cad3587e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      ABACUS_Doxyfile

+ 3
- 3
ABACUS_Doxyfile View File

38
 # could be handy for archiving the generated documentation or if some version
38
 # could be handy for archiving the generated documentation or if some version
39
 # control system is used.
39
 # control system is used.
40
 
40
 
41
-PROJECT_NUMBER         =
41
+PROJECT_NUMBER         = 1.0.0
42
 
42
 
43
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
43
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
44
 # for a project that appears at the top of each page and should give viewer a
44
 # for a project that appears at the top of each page and should give viewer a
790
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
790
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791
 # Note: If this tag is empty the current directory is searched.
791
 # Note: If this tag is empty the current directory is searched.
792
 
792
 
793
-INPUT                  = /Users/jscaux/WORK/_ABACUS/ABACUS
793
+INPUT                  =
794
 
794
 
795
 # This tag can be used to specify the character encoding of the source files
795
 # This tag can be used to specify the character encoding of the source files
796
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
796
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
889
 # Note that the wildcards are matched against the file with absolute path, so to
889
 # Note that the wildcards are matched against the file with absolute path, so to
890
 # exclude all test directories for example use the pattern */test/*
890
 # exclude all test directories for example use the pattern */test/*
891
 
891
 
892
-EXCLUDE_PATTERNS       =
892
+EXCLUDE_PATTERNS       = */test/*
893
 
893
 
894
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
894
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
895
 # (namespaces, classes, functions, etc.) that should be excluded from the
895
 # (namespaces, classes, functions, etc.) that should be excluded from the

Loading…
Cancel
Save