50 Commits

Author SHA1 Message Date
Andrey Semashev
c693753132 Added boostdoc and boostrelease targets.
These targets seems to be necessary to make BoostBook docs to be built
during the release process.
2024-08-17 23:49:24 +03:00
Andrey Semashev
4efc9a09e1 Updated reference.dtdxml according to DTD changes made in PR #26. 2024-05-13 18:17:55 +03:00
Andrey Semashev
122bf604c6 Added .gitignore. 2024-05-13 18:16:32 +03:00
Andrey Semashev
89c08751f3 Removed auto-generated reference.xml. 2024-05-13 18:15:02 +03:00
Nikita Kniazev
2ba31e6c17 Added reference.xml auto-generation from dtdxml
This should have been an established process, but for some reason it was
edited manually after initial generation.

After the change `reference.xml` can be removed from the repository, but
I left it to show that the things are working fine and the difference from
an auto-generated one are simple divergences due to manual changing
(not updated `reference.xml` with added `<purpose>` elements in 38017203f69cec3aa5f402fe8306eb1deff67b9a). Also removed the date numbers
from `dtdxml` as they were never in `xml` and seems to have no actual use,
but brings a lot of noise to `xml` differences after added auto-generation.
2019-02-18 01:39:22 +03:00
jzmaddock
e6e55e039f Update Jamfile.v2
There can be only one project named boost/doc and we have that already under /doc/
Change to something unique.
Fixes PDF doc build.
2014-08-13 18:51:53 +01:00
Daniel James
1c26a74050 Update for latest version of Boost Build. 2013-12-26 09:30:15 +00:00
Daniel James
a2d077e2be Update bjam calls in boostbook docs.
[SVN r64137]
2010-07-18 16:46:20 +00:00
Daniel James
ceb02ea345 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Daniel James
7484e56d45 Add copyright to boostbook reference xml.
[SVN r56699]
2009-10-10 13:01:30 +00:00
John Maddock
895142ea8d Fix XML so it validates when building PDF's.
[SVN r55760]
2009-08-24 11:22:18 +00:00
Daniel James
2b2e5eddf9 Add a note about the pre-requisites for setup_boostbook.sh. Refs #3292
[SVN r55224]
2009-07-28 07:25:41 +00:00
Daniel James
5c4733f5fc Document 'boost:' links in boostbook & quickbook.
Fixes #2861.

[SVN r52352]
2009-04-12 11:21:59 +00:00
Daniel James
38017203f6 Add a purpose for macroname, headername, enumname, globalname.
Ref #2153: There's still no documentation for methodname and classname.
These are actually defined in the docbook DTD for a different purpose so
I'm not sure how to deal with them.

http://www.docbook.org/tdg/en/html/methodname.html
http://www.docbook.org/tdg/en/html/classname.html

[SVN r51401]
2009-02-22 23:47:51 +00:00
Daniel James
9d06dbbaae Support the alt tag in headername and macroname. Also make headername
and macroname valid. Refs #1977

[SVN r51389]
2009-02-22 11:54:18 +00:00
Daniel James
622fced058 Change license in boostbook docs to boost license.
Douglas Gregor is listed in the blanket permissions file.

[SVN r51372]
2009-02-21 18:50:25 +00:00
Daniel James
241e02cb6e Fix links in standalone boostbook documentation.
[SVN r51371]
2009-02-21 18:50:14 +00:00
Daniel James
4ccacb65e6 Regenerate boostbook reference documentation and merge with existing
documentation.

Ref #2153

[SVN r51370]
2009-02-21 18:50:00 +00:00
John Maddock
82858e99f6 Change section to chapter: mixing chapters and sections at the top level in a document causes PDF build to fail.
[SVN r51147]
2009-02-09 17:45:10 +00:00
Daniel James
73e35d2e06 Fix a link.
[SVN r47800]
2008-07-25 10:24:50 +00:00
Daniel James
52101d4f6d Link to Igor Zlatkovic's xsltproc packages.
[SVN r47766]
2008-07-24 18:16:09 +00:00
Daniel James
519ca23094 Update link to table tutorial.
[SVN r47362]
2008-07-12 19:16:17 +00:00
Daniel James
843e939404 Support for variadic parameters.
Merged revisions 44832-44957,44959-44995,44997-45128,45132-45135 via svnmerge from 
https://svn.boost.org/svn/boost/branches/doc

........
  r44832 | danieljames | 2008-04-28 07:55:01 +0100 (Mon, 28 Apr 2008) | 2 lines
  
  Add variadic attribute to template type parameters.
........
  r44943 | danieljames | 2008-04-30 20:27:32 +0100 (Wed, 30 Apr 2008) | 1 line
  
  Back out my half-done support for variadic template parameters.
........
  r44994 | danieljames | 2008-05-01 21:52:59 +0100 (Thu, 01 May 2008) | 1 line
  
  Support for variadic template parameters.
........
  r45132 | danieljames | 2008-05-05 12:37:35 +0100 (Mon, 05 May 2008) | 2 lines
  
  Rename variadic attributes pack.
........
  r45133 | danieljames | 2008-05-05 12:37:50 +0100 (Mon, 05 May 2008) | 2 lines
  
  Support for function parameter packs.
........
  r45134 | danieljames | 2008-05-05 12:38:08 +0100 (Mon, 05 May 2008) | 2 lines
  
  Support for inherited pack expansions.
........
  r45135 | danieljames | 2008-05-05 12:38:25 +0100 (Mon, 05 May 2008) | 2 lines
  
  Support for pack expansions in template specializations.
........


[SVN r45741]
2008-05-25 16:14:17 +00:00
Frank Mori Hess
4017a76615 Updated the boostbook.dtd and reference docs
for "enumvalue" elements to indicate they can have "purpose" 
and "description" children.


[SVN r42389]
2007-12-31 15:53:06 +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
Eric Niebler
9b2ca02ca1 fix broken link to OASIS DocBook DTD
[SVN r39853]
2007-10-09 17:56:18 +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
9607a7df0b Merged from Version_1_33_1
[SVN r31949]
2005-12-08 03:23:02 +00:00
João Abecasis
39a366020a fix link to doxygen website.
[SVN r31749]
2005-11-23 01:03:38 +00:00
Dave Abrahams
c85f65bd92 Add Jimi installation instructions.
[SVN r30617]
2005-08-21 16:55:09 +00:00
Douglas Gregor
cd42b0c19c Updated documentation
[SVN r26827]
2005-01-24 02:13:05 +00:00
Douglas Gregor
086c2585ff Working on BoostBook docs...
[SVN r26822]
2005-01-23 16:25:15 +00:00
Vladimir Prus
fd0d572950 Update the docs for initializing the fop tool. Try to clarify them a bit,
too.


[SVN r26736]
2005-01-19 07:37:54 +00:00
Aleksey Gurtovoy
202f740790 merge RC_1_32_0 fixes
[SVN r26333]
2004-11-28 04:44:21 +00:00
Aleksey Gurtovoy
9b6909c57c BoostBook doc subdirectories support
[SVN r25626]
2004-10-08 17:39:49 +00:00
Douglas Gregor
5e397017bb Oops
[SVN r23351]
2004-07-05 17:39:27 +00:00
Douglas Gregor
2b7b196922 Convert BoostBook documentation to a full chapter
[SVN r23347]
2004-07-05 16:26:11 +00:00
Douglas Gregor
edd7e3dbba Fix some URLs.
[SVN r22296]
2004-02-16 14:55:24 +00:00
Douglas Gregor
72abcda302 Note that users should remove .html files before generated documentation (Ron Garcia)
[SVN r22258]
2004-02-13 22:59:41 +00:00
Douglas Gregor
bb001b6f20 Fixed a chango (Ron Garcia)
[SVN r22253]
2004-02-13 04:35:41 +00:00
Douglas Gregor
234f68cdb8 Update Doxygen information
[SVN r21071]
2003-12-02 07:06:41 +00:00
Vladimir Prus
9bc590a839 Fix typo.
[SVN r18885]
2003-06-30 06:51:10 +00:00
Douglas Gregor
72d233a8b8 Tighten up the specification of <inherits>
[SVN r18243]
2003-04-13 14:46:07 +00:00
Douglas Gregor
edc06baa80 reference.dtdxml: The BoostBook DTD, converted to XML and documented
reference.xml: generated from reference.dtdxml

reference_doc.xml: Useless now that we have reference.dtdxml

boostbook.xml: Include reference.xml, not reference_doc.xml


[SVN r18130]
2003-03-30 03:10:39 +00:00
Douglas Gregor
71cef2a626 Suggest FOP version 0.20.4
Note name of DTD is "DocBook XML 4.2"


[SVN r18108]
2003-03-27 18:16:08 +00:00
Douglas Gregor
969f017fc4 Fixes for errors as suggested by William Kempf
[SVN r18105]
2003-03-27 17:11:31 +00:00
Douglas Gregor
10ea9f38ab Make it overt that the DocBook DTD comes as a ZIP file, not as a single file.
[SVN r18104]
2003-03-27 16:32:36 +00:00
Douglas Gregor
849d01f41d Added sections on Apache FOP and Doxygen
[SVN r18100]
2003-03-27 05:18:39 +00:00
Douglas Gregor
add1fe71fb *.xml: Fix DTD location, write a little, remove a little
Jamfile.v2: for building BoostBook documentation


[SVN r18018]
2003-03-19 20:23:16 +00:00
Douglas Gregor
5c62149ef7 BoostBook documentation
[SVN r17863]
2003-03-12 22:02:01 +00:00