From c9c435179eddd4f252658b1106b924441168ca56 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 9 Sep 2013 13:22:12 +0200 Subject: Doc: split up Qdoc-manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qdoc-manual.qdoc is now an overview document Each section is a separate qdoc file Title modification in minimal qdocconf qdoc file Task-number: QTBUG-31801 Change-Id: I9e50eb8c4f1f501e9c0bc768372d4393b73053ed Reviewed-by: Topi Reiniƶ Reviewed-by: Martin Smith Reviewed-by: Jerome Pasion --- src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc') diff --git a/src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc b/src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc index 2095c4e7cb..f8e96f0ee4 100644 --- a/src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc +++ b/src/tools/qdoc/doc/qdoc-guide/qtwritingstyle-cpp.qdoc @@ -107,7 +107,7 @@ marked with the \l{c-command}{\\c} command in the case of boolean values. \section1 Properties The property documentation resides immediately above the read function's -implementation. The \l{topic-commands}{topic command} for properties is +implementation. The \l{writing-topic-commands}{topic command} for properties is \l{property-command}{\\property}. \snippet examples/cpp.qdoc.sample property @@ -138,7 +138,7 @@ The values range from 0.0 (no blur) to maximumRadius (maximum blur). By default, \endquotation \section1 Signals, Notifiers, and Slots -The \l{topic-commands}{topic command} for signals, notifiers, and slots +The \l{writing-topic-commands}{topic command} for signals, notifiers, and slots is \l{fn-command}{\\fn}. Signal documentation state when they are triggered or emitted. @@ -168,7 +168,7 @@ the notifier. \section1 Enums, Namespaces, and other Types -Enums, namespaces, and macros have a \l{topic-command} for their documentation: +Enums, namespaces, and macros have a \l{writing-topic-commands}{topic command} for their documentation: \list \li \l{enum-command}{\\enum} \li \l{typedef-command}{\\typedef} -- cgit v1.2.3