Commit Graph

515 Commits

Author SHA1 Message Date
Frank Mori Hess
45f86200aa Added descriptions of class member typedefs to class documentation. This
replaces Daniel James' previous one-line patch from changeset 39711.



[SVN r40703]
2007-11-02 22:40:25 +00:00
Frank Mori Hess
abc4097abf Fixed spurious paragraph in html output for overloaded
methods.



[SVN r40702]
2007-11-02 22:37:52 +00:00
Frank Mori Hess
677773ea5b Added support for new boostbook <access> element for documenting non-public
class members.

function.xsl, type.xsl, utility.xsl: Added support for <access> elements to
allow nonpublic access specifiers for class member documentation.

boostbook.dtd: Updated to reflect new <access> element.  Updated Peter Simons
email address.  Added mention of boost license.

reference.dtdxml: Added reference documentation for new <access> element.
Removed some obsolete remarks from the description of inherit element.

reference.xml: The changes to this file were generated by applying
dtd2boostbook.xsl to the updated reference.dtdxml file.



[SVN r40555]
2007-10-29 15:18:49 +00:00
Frank Mori Hess
ba2b0af02c Extended the hack in docbook.xsl for dealing with nested <part> elements.
It now handles the case of <appendix> children of <part>.


[SVN r40554]
2007-10-29 15:08:46 +00:00
Frank Mori Hess
d2d2c4b90a Eliminated the possibility of empty <variablelist> elements in enum
references (invalid docbook, apache fop doesn't like it).



[SVN r40282]
2007-10-22 13:17:19 +00:00
Daniel James
e6ce9ce1a5 Include authors that are in authorgroups in the generated chapterinfo.
[SVN r40130]
2007-10-17 17:27:42 +00:00
Frank Mori Hess
924b9589bc Updated setup_boostbook scripts to download newer versions of apache fop
and docbook xsl, since the old versions are no longer posted for download.
The newer version of apache fop is stricter about its input, 
and currently fails to validate its input when trying to build boost.pdf, 
due to various bits on invalid docbook.  I have it working locally
though, and will create tickets with patches in trac for the remaining
issues in the library docs and tools.



[SVN r40049]
2007-10-15 13:43:00 +00:00
Frank Mori Hess
ebff982ef1 Fixed a problem with boostbook printing an extra colon in the class
synopsis, when a class inherits from a single base class and it's too 
long to fit on one line.


[SVN r40048]
2007-10-15 13:27:50 +00:00
Frank Mori Hess
caeaebade4 Prevent the generation of empty <itemizedlist> elements, which is invalid
docbook and causes apache fop 0.94 to choke and die.



[SVN r40047]
2007-10-15 13:24:34 +00:00
Eric Niebler
9b2ca02ca1 fix broken link to OASIS DocBook DTD
[SVN r39853]
2007-10-09 17:56:18 +00:00
Daniel James
89786bdf13 Generate documentation for typedef members of classes. Fixes #1218.
[SVN r39711]
2007-10-05 16:57:38 +00:00
Beman Dawes
aaf484f4aa Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody
53608ba924 This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Daniel James
60519e80b3 Strip paragraphs from 'purpose' tag in reference documentation.
[SVN r38168]
2007-07-08 16:20:14 +00:00
Rene Rivera
5e7190eca1 Set default images dir to match default output dir.
[SVN r38012]
2007-06-17 15:35:22 +00:00
Daniel James
74982f7ea8 Fix some minor errors in the html generated from boostbook.
[SVN r37992]
2007-06-14 19:41:46 +00:00
John Maddock
0de2ed5325 Initial commit of HTML-Help support.
[SVN r37989]
2007-06-14 10:11:18 +00:00
John Maddock
6268f65982 Initial commit.
[SVN r37982]
2007-06-13 17:36:18 +00:00
John Maddock
d656d6405e Added syntax highlighting for source code, plus other formatting tweaks to make PDF output as close as possible to that given by our HTML stylesheets.
[SVN r37789]
2007-05-26 12:45:37 +00:00
Douglas Gregor
db396bcb4f Don't use non-breaking spaces when indenting
[SVN r37618]
2007-05-07 13:08:48 +00:00
Eric Niebler
1fd93209ff also search ancestor::struct when doing name lookup
[SVN r37603]
2007-05-06 17:16:56 +00:00
Eric Niebler
78a4d97076 make boostbook at least marginally better at handling template specializations
[SVN r37583]
2007-05-03 16:45:24 +00:00
Eric Niebler
bd100bb86b apply various patches from Julio M. Merino Vidal
[SVN r37358]
2007-04-04 22:52:17 +00:00
Eric Niebler
f9d3ce76c5 document nested classes and nested enums
[SVN r37183]
2007-03-14 22:33:58 +00:00
Eric Niebler
18eced6070 fix bug where default values of non-type template parameters were not showing up
[SVN r37175]
2007-03-13 20:25:17 +00:00
Joel de Guzman
a21fa84dc3 more callout icons
[SVN r37026]
2007-02-21 01:08:36 +00:00
Joel de Guzman
c3807f9680 added callouts
[SVN r37025]
2007-02-21 00:48:30 +00:00
Misha Bergal
e52134946e Updated FOP download location
[SVN r36883]
2007-02-03 19:09:11 +00:00
Douglas Gregor
bbb051d4bd Update docs
[SVN r36402]
2006-12-15 13:06:32 +00:00
Douglas Gregor
ab7af27d39 Fix typo
[SVN r36401]
2006-12-15 13:01:54 +00:00
Rene Rivera
e824328463 (merge from head) Add license+copyright.
[SVN r36310]
2006-12-09 21:41:50 +00:00
Rene Rivera
146e5f926a Add license+copyright.
[SVN r36309]
2006-12-09 21:39:16 +00:00
Rene Rivera
f53d31a77f (merge from head) Fix minor validation problem with boostbook.
[SVN r36045]
2006-11-15 17:58:35 +00:00
Rene Rivera
3c43a8045c Fix minor validation problem with boostbook.
[SVN r36044]
2006-11-15 17:46:40 +00:00
Rene Rivera
22a192bce4 Cross merge HEAD and RC_1_34_0.
[SVN r36024]
2006-11-13 16:24:38 +00:00
Rene Rivera
835e482af7 Cross merge HEAD and RC_1_34_0.
[SVN r36024]
2006-11-13 16:24:38 +00:00
Douglas Gregor
6abbba874f Fix inspection problems
[SVN r35827]
2006-11-03 19:41:10 +00:00
Douglas Gregor
85258e9fc0 Format Subversion revisions, too. From Julio M Merino Vidal
[SVN r35416]
2006-09-29 15:10:19 +00:00
Douglas Gregor
d42f5f66b8 Format Subversion revisions, too. From Julio M Merino Vidal
[SVN r35416]
2006-09-29 15:10:19 +00:00
Eric Niebler
b9e5003e43 fix Concept section id when library has multiple reference sections
[SVN r35037]
2006-09-07 22:34:36 +00:00
Eric Niebler
12ec1284fe fix name conflict between similarly named structs and concepts
[SVN r35028]
2006-09-06 23:46:50 +00:00
Douglas Gregor
c6499c1345 Unnamed parameter fix, from Julio M. Merino Vidal
[SVN r34797]
2006-08-01 14:00:22 +00:00
Eric Niebler
168ede115f fix fully-qualified-name for members of structs and unions
[SVN r33701]
2006-04-14 20:35:25 +00:00
Eric Niebler
13909dc8da patches to make doxy-to-boostbook work with latest version of Doxygen (1.4.6)
[SVN r33692]
2006-04-13 20:37:36 +00:00
Eric Niebler
ab99800db2 generate ids for functions that are unique to boostbook, to avoid conflict with ids generated by fop
[SVN r33618]
2006-04-10 04:58:30 +00:00
Eric Niebler
5151a710a9 generate ids for functions that are unique to boostbook, to avoid conflict with ids generated by fop
[SVN r33618]
2006-04-10 04:58:30 +00:00
Eric Niebler
bd8faafcc4 generate docs even if the header contains nothing but typedefs
[SVN r33571]
2006-04-06 21:39:07 +00:00
Eric Niebler
90259c9b32 generate docs even if the header contains nothing but typedefs
[SVN r33570]
2006-04-06 21:31:13 +00:00
Eric Niebler
b4858eb12e admonitions now handled in CSS
[SVN r33529]
2006-04-04 22:58:56 +00:00
Eric Niebler
ea90b87528 admonitions now handled in CSS
[SVN r33529]
2006-04-04 22:58:56 +00:00