Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.1.1
-
Fix Version/s: None
-
Component/s: Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
Doing something like <subsection name="SomeName" title="Some longer descriptive name">...</subsection>
prints "SomeName" in the box
That's the expected behavior AFAIK. "title" is only supported as a standard html attribute, it is not an attribute of the xdoc section element, see http://maven.apache.org/doxia/references/xdoc-format.html.