diff options
| author | Martin Smith <[email protected]> | 2012-07-05 10:44:34 +0200 |
|---|---|---|
| committer | Qt by Nokia <[email protected]> | 2012-07-05 11:01:02 +0200 |
| commit | 0915f189e2b8916fb2adaaee98c66d84f7b881be (patch) | |
| tree | 2a00511befe12d7919e2695c2221b182261bf7d1 /src/tools/qdoc/atom.cpp | |
| parent | b4ed287dc3d3de2d3c761b4a53b4a7a18565ca28 (diff) | |
qdoc: The \br macro is promoted to a qdoc command
The \br macro, which is used to insert a line break in the output
text, is now promoted to be a qdoc command. For html, it outputs a
<br/>. For DITA XML it does nothing.
Task Nr: QTBUG-26435
Change-Id: Ie0542c9053f68473ccaa2f50ace74baa30f78dd0
Reviewed-by: Casper van Donderen <[email protected]>
Diffstat (limited to 'src/tools/qdoc/atom.cpp')
| -rw-r--r-- | src/tools/qdoc/atom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qdoc/atom.cpp b/src/tools/qdoc/atom.cpp index 86f7fdf1258..03638d2d907 100644 --- a/src/tools/qdoc/atom.cpp +++ b/src/tools/qdoc/atom.cpp @@ -174,6 +174,7 @@ static const struct { { "AnnotatedList", Atom::AnnotatedList }, { "AutoLink", Atom::AutoLink }, { "BaseName", Atom::BaseName }, + { "br", Atom::BR}, { "BriefLeft", Atom::BriefLeft }, { "BriefRight", Atom::BriefRight }, { "C", Atom::C }, |
