Opened 9 years ago
Closed 9 years ago
#8825 closed Patches (fixed)
Patch adding member variable documentation to doxygen_xml2qbk
Reported by: | Niall Douglas | Owned by: | Barend Gehrels |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | geometry |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached patch adds the ability to generate QuickBook public member variable documentation from doxygen. This is needed for the forthcoming GSoC Boost.AFIO library which uses structures with public member variables.
Niall
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | doxygen_xml2qbk.patch added |
---|
comment:1 by , 9 years ago
Thanks for submitting this, nice that you will use this tool. I will look at the patch Wednesday.
comment:2 by , 9 years ago
The patch is applied. Note it was a git-patch, if you submit more patches for Boost.Geometry, please use the svn-patch format.
Furthermore I made behaviour optional because it changed our docs, exposing hidden members. You can use command-line argument --output_member_variable true to have this.
Finally the description is only streamed if not empty.
comment:3 by , 9 years ago
Milestone: | To Be Determined → Boost 1.55.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Patch adding the functionality described above.