From 0915f189e2b8916fb2adaaee98c66d84f7b881be Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 5 Jul 2012 10:44:34 +0200 Subject: 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
. For DITA XML it does nothing. Task Nr: QTBUG-26435 Change-Id: Ie0542c9053f68473ccaa2f50ace74baa30f78dd0 Reviewed-by: Casper van Donderen --- src/tools/qdoc/atom.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/qdoc/atom.cpp') 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 }, -- cgit v1.2.3