This page tests automatic notranslate marking for command references.
The \section1 command creates a first-level section.
Use \brief to provide a brief description for documented elements.
The \c command formats text in a monospace font.
Commands like \list, \li, and \endlist work together to create lists.
Topic commands like \fn, \class, and \page define what is being documented.
The \property command documents a C++ property.
Use \namespace to document a namespace.
Meta commands like \since and \deprecated provide additional metadata.
The \internal command marks documentation as internal.
Use \inmodule to specify which module an element belongs to.
QML-specific commands like \qmltype, \qmlproperty, and \qmlmethod are used to document QML types.
A literal backslash in QDoc is written as \\ and outputs as a backslash. Note that bare escaped backslashes are not wrapped in notranslate.
Using \\section1 with explicit \c formatting should still work.
Using custom text with explicit \notranslate also works.