@@ -48,26 +48,26 @@ PROJECT_NAME = "corese"
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER =
51
+ PROJECT_NUMBER =
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
55
55
# quick idea about the purpose of the project. Keep the description short.
56
56
57
- PROJECT_BRIEF =
57
+ PROJECT_BRIEF =
58
58
59
59
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
60
60
# in the documentation. The maximum height of the logo should not exceed 55
61
61
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
62
62
# the logo to the output directory.
63
63
64
- PROJECT_LOGO =
64
+ PROJECT_LOGO =
65
65
66
66
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
67
67
# when the HTML document is shown. Doxygen will copy the logo to the output
68
68
# directory.
69
69
70
- PROJECT_ICON =
70
+ PROJECT_ICON =
71
71
72
72
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
73
73
# into which the generated documentation will be written. If a relative path is
@@ -681,7 +681,7 @@ FORCE_LOCAL_INCLUDES = NO
681
681
# documentation for inline members.
682
682
# The default value is: YES.
683
683
684
- INLINE_INFO = YES
684
+ INLINE_INFO = NO
685
685
686
686
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
687
687
# (detailed) documentation of file and class members alphabetically by member
@@ -957,6 +957,7 @@ INPUT = ../../corese-core/src/main/java/fr/inria/corese/core/G
957
957
../../corese-core/src/main/java/fr/inria/corese/core/print/ResultFormat.java \
958
958
../../corese-core/src/main/java/fr/inria/corese/core/shacl/Shacl.java \
959
959
../../corese-core/src/main/java/fr/inria/corese/core/api/Loader.java \
960
+ ../../corese-jena/src/main/java/fr/inria/corese/jena/ \
960
961
# This tag can be used to specify the character encoding of the source files
961
962
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
962
963
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
@@ -995,13 +996,13 @@ INPUT_FILE_ENCODING =
995
996
# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
996
997
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
997
998
998
- FILE_PATTERNS = *.java
999
-
999
+ FILE_PATTERNS = *.java
1000
+
1000
1001
# The RECURSIVE tag can be used to specify whether or not subdirectories should
1001
1002
# be searched for input files as well.
1002
1003
# The default value is: NO.
1003
1004
1004
- RECURSIVE = NO
1005
+ RECURSIVE = YES
1005
1006
1006
1007
# The EXCLUDE tag can be used to specify files and/or directories that should be
1007
1008
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1010,7 +1011,7 @@ RECURSIVE = NO
1010
1011
# Note that relative paths are relative to the directory from which doxygen is
1011
1012
# run.
1012
1013
1013
- EXCLUDE =
1014
+ EXCLUDE =
1014
1015
1015
1016
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
1016
1017
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1034,7 +1035,7 @@ EXCLUDE_PATTERNS =
1034
1035
# wildcard * is used, a substring. Examples: ANamespace, AClass,
1035
1036
# ANamespace::AClass, ANamespace::*Test
1036
1037
1037
- EXCLUDE_SYMBOLS = java::lang fr::inria::corese::sparql*
1038
+ EXCLUDE_SYMBOLS = java::lang fr::inria::corese::sparql*
1038
1039
1039
1040
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
1040
1041
# that contain example code fragments that are included (see the \include
@@ -1277,7 +1278,7 @@ ALPHABETICAL_INDEX = YES
1277
1278
# after removing the prefix.
1278
1279
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1279
1280
1280
- IGNORE_PREFIX =
1281
+ IGNORE_PREFIX =
1281
1282
1282
1283
#---------------------------------------------------------------------------
1283
1284
# Configuration options related to the HTML output
@@ -2848,4 +2849,3 @@ MSCGEN_TOOL =
2848
2849
# command).
2849
2850
2850
2851
MSCFILE_DIRS =
2851
-
0 commit comments