Skip to content

Commit 2231ab1

Browse files
committed
export only public APIs
1 parent 0e30518 commit 2231ab1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/doxyfile.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,10 @@ WARN_LOGFILE =
733733
# spaces.
734734
# Note: If this tag is empty the current directory is searched.
735735

736-
INPUT = "@PROJECT_SOURCE_DIR@/include" \
737-
"@PROJECT_SOURCE_DIR@/src" \
738-
"@PROJECT_SOURCE_DIR@/doc"
736+
INPUT = "@PROJECT_SOURCE_DIR@/include"
737+
738+
# add also this one to include README
739+
# "@PROJECT_SOURCE_DIR@/doc"
739740

740741
# This tag can be used to specify the character encoding of the source files
741742
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)