61 Commits

Author SHA1 Message Date
Douglas Gregor
80fbbcacf9 Support for lists
[SVN r20101]
2003-09-18 19:41:53 +00:00
Douglas Gregor
696c447e91 Very basic table support
[SVN r20100]
2003-09-18 19:34:39 +00:00
Douglas Gregor
4efef7ae26 Support for macros
[SVN r20099]
2003-09-18 18:58:34 +00:00
Douglas Gregor
c396311251 - Handling of conversion operators
- Normalize one of the freaky things Doxygen does with function names
("operator &&" instead of "operator&&")
- Better support for linking to types
- INTERNAL ONLY string in documentation suppresses output (because
Doxygen's \internal doesn't get through to the XML)


[SVN r20097]
2003-09-18 18:42:04 +00:00
Douglas Gregor
80642a813a - Added support for overloaded functions (not yet for methods; no
testcase)

- If the exception clause has the exception name "nothrow", the
BoostBook output will be "Will not throw."


[SVN r20095]
2003-09-18 17:07:43 +00:00
Douglas Gregor
6a1bd24e70 * Handle parameter descriptions _correctly_
* Map Doxygen \note to <notes>


[SVN r19062]
2003-07-11 16:11:03 +00:00
Douglas Gregor
bfa67ad183 dtd/boostbook.dtd:
- Parameters can now have <description> elements
	- Add function specifiers

xsl/function.xsl:
	- When needed, place function return type on a separate line
	- Format <description> element for parameters
	- Use "spacing=boost" for variablelists used for function requirements

xsl/doxygen/doxygen2boostbook.xsl:
	- Emit <description> elements for parameters when available
	- Properly translate file descriptions


[SVN r18963]
2003-07-07 15:31:34 +00:00
Douglas Gregor
2fdc10b8ee doxygen2boostbook.xsl:
- Handle non-type template parameters
  - Handle class/struct/union template specializations


[SVN r18385]
2003-05-12 13:27:37 +00:00
Douglas Gregor
2f878b7612 function.xsl:
- Use arabic numbering for semantic clauses

collect.xsl:
  - Accept the input directory as a stylesheet parameter

doxygen2boostbook.xsl:
  - Update for recent changes in the BoostBook XML format


[SVN r18242]
2003-04-13 14:44:38 +00:00
Douglas Gregor
86b50f5b1d - Bring BoostBook output closer to real BoostBook
- Don't repeat inner classes at namespace level
- Fix this dumb "which file are we in" question yet again


[SVN r18110]
2003-03-27 18:45:18 +00:00
Douglas Gregor
df433e64bd Imported BoostBook XSL stylesheets and DTD
[SVN r17862]
2003-03-12 22:01:44 +00:00