Hide internal API when generating API documentation.

Knowledge why internal API was explicitly enabled is lost.

Change-Id: Ie35b31f624be413405bf2f28cf97822aa687bb3d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Eike Ziller
2013-04-02 15:59:51 +02:00
parent ca1e65c7f0
commit 37e0b91450
+3 -4
View File
@@ -33,10 +33,9 @@ sourcedirs = . \
../../src/plugins/projectexplorer\
../../src/plugins/texteditor
# -- Generate complete documentation. Set this to 'false'
# to generate public API documentation only.
showinternal = true
# -- Uncomment following option to generate complete documentation
# instead of public API documentation only.
#showinternal = true
headers.fileextensions = "*.h"
sources.fileextensions = "*.cpp *.qdoc"