Opened 11 years ago
Closed 11 years ago
#5740 closed Patches (fixed)
[boostbook] doxygen's \warning tags are stripped
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | Documentation |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
doxygen's \warning tags will be ignored in the boostbook output. attached patch fixes this.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | doxygen_warnings.patch added |
---|
comment:1 by , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [73419]) Boostbook: Support doxygen warning tag.
Thanks to Tim. Refs #5740.
Unfortunately doxygen puts it inside a paragraph. But the generated documentation seems good enough.