Skip to content

Commit 7be859a

Browse files
committed
Update Doxygen.conf for new file structure and remove nonstd::*
1 parent bd50590 commit 7be859a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxygen.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ WARN_LOGFILE =
791791
# Note: If this tag is empty the current directory is searched.
792792

793793
INPUT = README.md \
794-
include \
794+
include/cryptolens \
795795
src
796796

797797
# This tag can be used to specify the character encoding of the source files
@@ -902,7 +902,7 @@ EXCLUDE_PATTERNS =
902902
# Note that the wildcards are matched against the file with absolute path, so to
903903
# exclude all test directories use the pattern */test/*
904904

905-
EXCLUDE_SYMBOLS =
905+
EXCLUDE_SYMBOLS = nonstd::*
906906

907907
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
908908
# that contain example code fragments that are included (see the \include

0 commit comments

Comments
 (0)