Context Commands
The context commands provide information about the element being documented that QDoc can't deduce on its own. e.g. Is a class thread-safe? Is a function reentrant? Which module is the class a member of? Context commands can appear anywhere in a QDoc comment, but they are normally placed near the top of the comment, just below the topic command.
- \compat,
- \contentspage,
- \indexpage,
- \ingroup,
- \inherits,
- \inmodule,
- \internal,
- \mainclass,
- \nextpage,
- \nonreentrant,
- \obsolete,
- \overload,
- \preliminary,
- \previouspage,
- \reentrant,
- \reimp,
- \relates,
- \since,
- \startpage,
- \subtitle
- \threadsafe,
- \title
|