Skip to content

Commit

Permalink
Restrict to documented files.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 25, 2024
1 parent 8c5a4e2 commit e96a71d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,13 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ../../../corese-core/src/main/java/fr/inria/corese/core/
INPUT = ../../../corese-core/src/main/java/fr/inria/corese/core/Graph.java \
../../../corese-core/src/main/java/fr/inria/corese/core/load/Load.java \
../../../corese-core/src/main/java/fr/inria/corese/core/transform/Transformer.java \
../../../corese-core/src/main/java/fr/inria/corese/core/query/QueryProcess.java \
../../../corese-core/src/main/java/fr/inria/corese/core/print/ResultFormat.java \
../../../corese-core/src/main/java/fr/inria/corese/core/shacl/Shacl.java \
../../../corese-core/src/main/java/fr/inria/corese/core/api/Loader.java \

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -996,7 +1002,7 @@ FILE_PATTERNS = *.java
# be searched for input files as well.
# The default value is: NO.

RECURSIVE = YES
RECURSIVE = NO

# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
Expand Down

0 comments on commit e96a71d

Please sign in to comment.