We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd50590 commit 7be859aCopy full SHA for 7be859a
Doxygen.conf
@@ -791,7 +791,7 @@ WARN_LOGFILE =
791
# Note: If this tag is empty the current directory is searched.
792
793
INPUT = README.md \
794
- include \
+ include/cryptolens \
795
src
796
797
# This tag can be used to specify the character encoding of the source files
@@ -902,7 +902,7 @@ EXCLUDE_PATTERNS =
902
# Note that the wildcards are matched against the file with absolute path, so to
903
# exclude all test directories use the pattern */test/*
904
905
-EXCLUDE_SYMBOLS =
+EXCLUDE_SYMBOLS = nonstd::*
906
907
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
908
# that contain example code fragments that are included (see the \include
0 commit comments