forked from qt-creator/qt-creator
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user