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

Loading…
Cancel
Save