From 66febcc7e8f4ffbd602a829b9b4e7afcad6cd4bc Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 7 Sep 2015 19:14:25 +0200 Subject: [PATCH] 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. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index c5f2d197..170e18a8 100644 --- a/Doxyfile +++ b/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