From aea74dcaee2d6930e4d69cbda83088703b45816e Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 14 Apr 2015 11:27:59 +0200 Subject: qdoc: Properly document "private" signals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When a signal declaration is marked with QSignalPrivate, This note is included in its documentation: "Note: This is a private signal. It must not be emitted by the user." For Notifier signals, [see note] is appended to the signature line, and the Note is printed below the list. Change-Id: Ie792894ace56cda47fd9a45af9c732f408ac45f6 Task-number: QTBUG-45535 Reviewed-by: Topi Reiniƶ --- src/tools/qdoc/tokenizer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tools/qdoc/tokenizer.cpp') diff --git a/src/tools/qdoc/tokenizer.cpp b/src/tools/qdoc/tokenizer.cpp index 6bfa678bc6c..68c6fb7831a 100644 --- a/src/tools/qdoc/tokenizer.cpp +++ b/src/tools/qdoc/tokenizer.cpp @@ -78,7 +78,8 @@ static const char *kwords[] = { "QT3_SUPPORT", "QT3_SUPPORT_CONSTRUCTOR", "QT3_MOC_SUPPORT", - "QDOC_PROPERTY" + "QDOC_PROPERTY", + "QPrivateSignal" }; static const int KwordHashTableSize = 4096; -- cgit v1.2.3