From e4b3e47935bcab5abecc156d526836ef584f69e2 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 3 Feb 2017 15:33:18 +0100 Subject: Doc: Add a comment into config.qdocconf about generating internal docs QDoc supports the --showinternal command line option, but it's not integrated to the build system. This commit documents an alternative way to get documentation marked as internal generated, replacing every instance of \internal with a text string '[internal]' Change-Id: Ib48ade21adf32d430e62b95c4baa64be620d7eb0 Reviewed-by: Andy Shaw Reviewed-by: Venugopal Shivashankar Reviewed-by: Martin Smith --- doc/global/config.qdocconf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/global/config.qdocconf') diff --git a/doc/global/config.qdocconf b/doc/global/config.qdocconf index 0c22d70529..a18396876d 100644 --- a/doc/global/config.qdocconf +++ b/doc/global/config.qdocconf @@ -13,3 +13,7 @@ navigation.homepage = "Qt $QT_VER" sourcedirs += includes $$BUILDDIR url = http://doc.qt.io/qt-5 + +# Uncomment the following two lines to generate documentation marked as \internal +# alias.internal = disable +# macro.internal.HTML = "[internal]" -- cgit v1.2.3