summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc')
-rw-r--r--src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc b/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc
index eb64d6a0d..daceb627a 100644
--- a/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc
+++ b/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc
@@ -3,7 +3,7 @@
/*!
\page 21-0-qdoc-configuration.html
- \previouspage Miscellaneous
+ \previouspage Miscellaneous Macros
\nextpage Generic Configuration Variables
\title The QDoc Configuration File
@@ -944,11 +944,11 @@
example, the macro is only used when generating HTML output.
\badcode
- macro.gui = "\\b"
+ macro.key = "\\b"
macro.raisedaster.HTML = "<sup>*</sup>"
\endcode
- The first macro defines the \\gui command to render its argument
+ The first macro defines the \\key command to render its argument
using a bold font. The second macro defines the \\raisedaster
command to render a superscript asterisk, but only when generating
HTML.
@@ -993,6 +993,8 @@
(parentheses) concatenated together, or the exact matched string
if the pattern does not contain any capture groups.
+ For more information about pre-defined macros, see \l {Macros}.
+
\target manifestmeta-variable
\section1 manifestmeta