Auto Notranslate Test

This page tests automatic notranslate marking for command references.

Formatting Commands

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

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

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 Commands

QML-specific commands like \qmltype, \qmlproperty, and \qmlmethod are used to document QML types.

Escaped Backslash

A literal backslash in QDoc is written as \\ and outputs as a backslash. Note that bare escaped backslashes are not wrapped in notranslate.

Explicit Formatting Still Works

Using \\section1 with explicit \c formatting should still work.

Using custom text with explicit \notranslate also works.