Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit fa2fe7e

Browse files
committed
Update Doxyfile
1 parent ae9e41c commit fa2fe7e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: docs/source/Doxyfile

+12-12
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@ PROJECT_NAME = "corese"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER =
51+
PROJECT_NUMBER =
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a
5555
# quick idea about the purpose of the project. Keep the description short.
5656

57-
PROJECT_BRIEF =
57+
PROJECT_BRIEF =
5858

5959
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060
# in the documentation. The maximum height of the logo should not exceed 55
6161
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
6262
# the logo to the output directory.
6363

64-
PROJECT_LOGO =
64+
PROJECT_LOGO =
6565

6666
# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
6767
# when the HTML document is shown. Doxygen will copy the logo to the output
6868
# directory.
6969

70-
PROJECT_ICON =
70+
PROJECT_ICON =
7171

7272
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
7373
# into which the generated documentation will be written. If a relative path is
@@ -681,7 +681,7 @@ FORCE_LOCAL_INCLUDES = NO
681681
# documentation for inline members.
682682
# The default value is: YES.
683683

684-
INLINE_INFO = YES
684+
INLINE_INFO = NO
685685

686686
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
687687
# (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
957957
../../corese-core/src/main/java/fr/inria/corese/core/print/ResultFormat.java \
958958
../../corese-core/src/main/java/fr/inria/corese/core/shacl/Shacl.java \
959959
../../corese-core/src/main/java/fr/inria/corese/core/api/Loader.java \
960+
../../corese-jena/src/main/java/fr/inria/corese/jena/ \
960961
# This tag can be used to specify the character encoding of the source files
961962
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
962963
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
@@ -995,13 +996,13 @@ INPUT_FILE_ENCODING =
995996
# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
996997
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
997998

998-
FILE_PATTERNS = *.java
999-
999+
FILE_PATTERNS = *.java
1000+
10001001
# The RECURSIVE tag can be used to specify whether or not subdirectories should
10011002
# be searched for input files as well.
10021003
# The default value is: NO.
10031004

1004-
RECURSIVE = NO
1005+
RECURSIVE = YES
10051006

10061007
# The EXCLUDE tag can be used to specify files and/or directories that should be
10071008
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1010,7 +1011,7 @@ RECURSIVE = NO
10101011
# Note that relative paths are relative to the directory from which doxygen is
10111012
# run.
10121013

1013-
EXCLUDE =
1014+
EXCLUDE =
10141015

10151016
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
10161017
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1034,7 +1035,7 @@ EXCLUDE_PATTERNS =
10341035
# wildcard * is used, a substring. Examples: ANamespace, AClass,
10351036
# ANamespace::AClass, ANamespace::*Test
10361037

1037-
EXCLUDE_SYMBOLS = java::lang fr::inria::corese::sparql*
1038+
EXCLUDE_SYMBOLS = java::lang fr::inria::corese::sparql*
10381039

10391040
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10401041
# that contain example code fragments that are included (see the \include
@@ -1277,7 +1278,7 @@ ALPHABETICAL_INDEX = YES
12771278
# after removing the prefix.
12781279
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
12791280

1280-
IGNORE_PREFIX =
1281+
IGNORE_PREFIX =
12811282

12821283
#---------------------------------------------------------------------------
12831284
# Configuration options related to the HTML output
@@ -2848,4 +2849,3 @@ MSCGEN_TOOL =
28482849
# command).
28492850

28502851
MSCFILE_DIRS =
2851-

0 commit comments

Comments
 (0)