mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Docs: leave out anything besides include/ and src/
Leave out various module implementation detail classes and the whole gtest & gmock class sets from the docs. Csocket is included meanwhile it's still exposed in the public API.
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -655,7 +655,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT =
|
||||
INPUT = include src third_party/Csocket
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||
|
||||
Reference in New Issue
Block a user