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:
J-P Nurmi
2015-09-07 19:14:25 +02:00
parent 7f03484899
commit 66febcc7e8

View File

@@ -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