895142ea8dFix XML so it validates when building PDF's.
John Maddock
2009-08-24 11:22:18 +0000
5e94f731a6Change <section> to <chapter> so we get valid XML in the output.
John Maddock
2009-08-21 18:49:55 +0000
8ec58236eaPass through more elements in doxygen2boostbook. Refs #3309.
Daniel James
2009-08-02 18:18:14 +0000
286d485b53Document pre-requisites for setup_boostbook.sh. Fixes#3292
Daniel James
2009-07-30 06:10:36 +0000
2b2e5eddf9Add a note about the pre-requisites for setup_boostbook.sh. Refs #3292
Daniel James
2009-07-28 07:25:41 +0000
1001c156efMerge changes to documentation tools. Fixes#1202, #3242.
Daniel James
2009-07-12 16:09:04 +0000
b50982a373Support INTERNAL ONLY enums in doxygen/boostbook documenation. Refs #3242.
Daniel James
2009-07-08 21:53:15 +0000
2ff5475b33Merge latest hash developments:
Daniel James
2009-06-27 08:12:20 +0000
f42f6e682bTweaked appearance of member classes/structs/unions in a class synopsis.
Daniel James
2009-06-27 07:15:35 +0000
6d6b3c9e54A couple of missing newlines.
Daniel James
2009-06-17 23:25:12 +0000
006f34db46Tweaked appearance of member classes/structs/unions in a class synopsis so they don't run together with previous typedefs or static constants, but are separated by a blank line and comment.
Frank Mori Hess
2009-06-01 18:01:10 +0000
5e38276d23Document 'boost:' links in boostbook & quickbook.
Daniel James
2009-04-15 07:37:45 +0000
5c4733f5fcDocument 'boost:' links in boostbook & quickbook.
Daniel James
2009-04-12 11:21:59 +0000
1df2cadc32Some small documentation fixes for the release.
Daniel James
2009-04-12 10:54:44 +0000
34c6963030Revert support for static mutable variables.
Daniel James
2009-04-12 10:50:43 +0000
41398d1414Use a test file that's actually valid C++.
Daniel James
2009-04-12 10:50:31 +0000
31830045a1Merge various documentation changes.
Daniel James
2009-04-12 10:19:46 +0000
dcf599b7d7Add a test document for doxygen integration.
Daniel James
2009-04-12 10:06:24 +0000
5252102defWorkaround buggy doxygen output. Refs #2937
Daniel James
2009-04-11 12:38:30 +0000
b7abd20087Partially revert [51323].
Daniel James
2009-04-11 07:55:00 +0000
ce6a49b1feSupport reference for variables that are both static and mutable in boostbook.
Daniel James
2009-03-31 19:43:35 +0000
39eb5bacb8Support global variable reference in boostbook.
Daniel James
2009-03-31 19:43:13 +0000
6425f26f09Merge most of the recent changes to quickbook and boostbook.
Daniel James
2009-03-14 11:42:38 +0000
f969e67178Set margins to 0pt so they line up with surrounding text rather than appearing outside it - prevents margins from overlapping other content.
John Maddock
2009-03-11 10:22:42 +0000
03983168fcTry to support inbodydescription in doxygen xml.
Daniel James
2009-03-10 08:09:14 +0000
5220fa791bDisplay text purposes in function reference.
Daniel James
2009-03-08 09:45:51 +0000
fa6ba3c735Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
38017203f6Add a purpose for macroname, headername, enumname, globalname.
Daniel James
2009-02-22 23:47:51 +0000
9d06dbbaaeSupport the alt tag in headername and macroname. Also make headername and macroname valid. Refs #1977
Daniel James
2009-02-22 11:54:18 +0000
9f3c6f9243This DTD isn't stable, so I'm calling it a 'development' version. Which is probably wrong, but there you go.
Daniel James
2009-02-22 11:54:01 +0000
622fced058Change license in boostbook docs to boost license.
Daniel James
2009-02-21 18:50:25 +0000
241e02cb6eFix links in standalone boostbook documentation.
Daniel James
2009-02-21 18:50:14 +0000
4ccacb65e6Regenerate boostbook reference documentation and merge with existing documentation.
Daniel James
2009-02-21 18:50:00 +0000
18f7121b7aSet monospace font so that carriage return character (for line continuation) is found. Revert to modified keep-together rule for tables, as widow and orphan controls don't work quite as expected.
John Maddock
2009-02-19 16:52:57 +0000
eac7e37f0aFix FO XSL customisation layer to improve formatting - use widow and orphan control rather than "keep-together", make sure formatting is applied consistently across all elements, and allow code block to line wrap with hyphenation.
John Maddock
2009-02-19 13:33:22 +0000
b55c27558fDeal with top level enums from doxygen.
Daniel James
2009-02-18 21:25:12 +0000
4cb40a7e09More information in error messages in the doxygen2boostbook script.
Daniel James
2009-02-18 21:24:36 +0000
05343b86e4Add default path for callouts to xhtml.
Daniel James
2009-02-18 21:23:35 +0000
e272daa32eRemove long out of date warning.
Daniel James
2009-02-18 21:22:37 +0000
c894083662Merge several changes to boostbook and quickbook.
Daniel James
2009-02-17 00:01:03 +0000
7e71c7ad2aAdd preliminary HTMLHelp support.
John Maddock
2009-02-16 10:40:26 +0000
837b3eeb29Add default path for callouts.
John Maddock
2009-02-16 10:39:18 +0000
2423ae5950Implement the 'boost:' for links relative to boost root. Also, optionally replace links within the boost distribution with links to the the boost site, which is useful for generating pdfs and standalone documentation.
Daniel James
2009-02-15 19:31:37 +0000
82858e99f6Change section to chapter: mixing chapters and sections at the top level in a document causes PDF build to fail.
John Maddock
2009-02-09 17:45:10 +0000
c3be9243b6Add Jamfile to build PDF versions of all the docs. Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting.
John Maddock
2009-02-08 16:59:14 +0000
09f4faf3e9Merge several documentation fixes. Plus a small inspect fix.
Daniel James
2009-01-28 15:53:42 +0000
e0f2099dc2Make checking for duplicated names case insensitive.
Daniel James
2009-01-26 23:14:53 +0000
5db61ec62aMake doxygen command "\throw" work with boostbook.
Roland Schwarz
2008-12-12 15:06:44 +0000
4241b66f2bFix some xsl type errors.
Daniel James
2008-12-09 13:52:07 +0000
d97836444eRun the docbook chunker quietly, unless boostbook.verbose is set.
Daniel James
2008-12-08 23:35:20 +0000
0667e35403Copy boostbook.dtd into the correct position for the 1.1 uri. I'm not sure what should be done with the existing location.
Daniel James
2008-12-06 14:07:35 +0000
aa95798fbeAdd link to the header to the synopsis in reference documentation. Refs #2214
Daniel James
2008-11-09 21:57:38 +0000
ecb31511e8give data members with <purpose> in synopses the same treatment as functions and typedefs
Eric Niebler
2008-10-26 20:24:59 +0000
50c6d2277eMerge some documentation changes.
Daniel James
2008-09-24 22:55:00 +0000
b9f65e69a4Rewrite the id code to convert the characters of parts of the id at the time of generating the id. This means that characters are translated to underscores for ids as well as for filenames, since in the eventual documents they have to be percent encoded this is probably an approvement. It also lets us deal with the translation more intelligently and truncate long identifiers.
Daniel James
2008-09-23 19:29:01 +0000
216e499a51Ported *all* my trunk changes not yet merged so far, i.e. revisions 48251-48252,48280,48290,48350,48478,48496,48663-48664,48695,48729-48730; besides dynamic_bitset, these include fixes to setup_boostbook.sh and setup_boostbook.py, and changes to config/suffix.hpp [So: the affected "elements" are: a) the two setup_boostbook scripts, config/suffix.hpp and dynamic_bitset --note: yes, the list is exhaustive: all and only]
Gennaro Prota
2008-09-14 10:46:28 +0000
bd57856bcaboostbook: fixed FOP mirror URL in setup_boostbook.sh and .py (thanks Manuel Fiorelli); default values for user-configurable parameters brought in synch between the two scripts
Gennaro Prota
2008-08-24 17:00:31 +0000
dc60960dd9Escape the ampersand properly.
Daniel James
2008-07-25 23:52:12 +0000
f01fc81208Merge in some small documentation fixes.
Daniel James
2008-07-25 22:47:41 +0000
d458d33ae9Avoid some more unacceptable characters.
Daniel James
2008-07-25 21:13:27 +0000
397f0eb312Convert a few 'unacceptable' characters to underscores in generated documentation filenames.
Daniel James
2008-07-25 17:52:11 +0000
73e35d2e06Fix a link.
Daniel James
2008-07-25 10:24:50 +0000
52101d4f6dLink to Igor Zlatkovic's xsltproc packages.
Daniel James
2008-07-24 18:16:09 +0000
6fee699059Update link to table tutorial in the boostbook documentation.
Daniel James
2008-07-12 19:30:45 +0000
519ca23094Update link to table tutorial.
Daniel James
2008-07-12 19:16:17 +0000
a25bf63826Merge in boostbook changes, fixes free-function-group and adds support for variadic parameters.
Daniel James
2008-06-15 19:48:40 +0000
843e939404Support for variadic parameters.
Daniel James
2008-05-25 16:14:17 +0000
67a527d63aGenerate slightly better ids in boostbook.
Daniel James
2008-05-21 20:59:56 +0000
6a7eb0bdf3Add minor documentation fixes to the release branch. (I left out the changes to the hash library).
Daniel James
2008-05-21 20:57:05 +0000
68bc7fa4dcMerge in improved ids in boostbook.
Daniel James
2008-05-20 15:49:55 +0000
2ed2e95f0bMerge some small documentation fixes from the doc branch, and mark some previously merged changes as merged.
Daniel James
2008-05-20 15:39:25 +0000
18cbde7d28Prevent a class' or namespace's associated free functions (a "free-function-group" element inside a "class" or "namespace" element) from reappearing in the synopsis of nested classes or namespaces. This is a merge of revision 45297 from the boost_docs sandbox.
Frank Mori Hess
2008-05-12 13:59:20 +0000
f0c7c3d9b9Replace spaces in generated file names with underscores, and replace multiple consecutive underscores with a single underscore. Fixes#1705
Daniel James
2008-05-08 22:07:28 +0000
036c20828fMerge latest BoostBook from trunk to release.
Rene Rivera
2008-03-15 19:10:41 +0000
3d0e98ea74Update the index.html link in the navbar.
Daniel James
2008-02-22 09:21:22 +0000
6177858911Merged revisions 43129,43131,43137,43139-43140,43142,43144,43146,43149,43151,43153,43158,43160-43164,43167-43170,43172-43174,43178,43180-43193 via svnmerge from https://svn.boost.org/svn/boost/trunk
Daniel James
2008-02-09 13:27:00 +0000
c4db87b49dIn the boostbook navbar, link FAQ and people to the website.
Daniel James
2008-02-06 19:02:38 +0000
3b8ad2b187support for LaTeX formulas in Doxygen comments
Eric Niebler
2008-01-08 17:42:20 +0000
140de3e0c0Fixed some minor newline and highlighting issues in class synopsis for "data-member" elements.
Frank Mori Hess
2007-12-31 15:54:00 +0000
4017a76615Updated the boostbook.dtd and reference docs for "enumvalue" elements to indicate they can have "purpose" and "description" children.
Frank Mori Hess
2007-12-31 15:53:06 +0000
75f209265cMade putting the name of a typedef inside a "classname" element successfully produce a link to the typedef's reference documentation, or to the typedef's synopsis if that is all it has.
Frank Mori Hess
2007-12-20 14:39:53 +0000
43c0ec6039Prevented "classname"/"methodname"/etc. elements inside "type" elements inside "static-constant" elements from getting dropped.
Frank Mori Hess
2007-12-18 20:14:01 +0000
02677802b7Made generated ids for functions and overloaded functions human-readable which also results in (mostly) human-readable names for their .html output files. Made generate.id template properly use its node parameter (merge of parts of revision 41461 from sandbox/boost_docs).
Frank Mori Hess
2007-12-04 19:55:50 +0000
37256d548aFixed printing of object name for nested classes (merge of revision 41421 from sandbox/boost_docs).
Frank Mori Hess
2007-12-04 19:45:10 +0000
5f51364945Make sure output filenames don't include any illegal characters.
Frank Mori Hess
2007-12-04 19:42:08 +0000
0a507240fdRevert a change I mean to make on the fix-links branch.
Daniel James
2007-12-02 13:47:31 +0000
4ee04ae455Fix the navbar links.
Daniel James
2007-12-02 10:25:22 +0000
7f650958d2Some cleanup of tools documentation. Add boostbook redir file. Delete duplicate time_string.hpp. Repoint regression instructions to web site.
Rene Rivera
2007-11-25 17:12:42 +0000
924c854286Merged tools, system, filesystem from trunk at 41106
Beman Dawes
2007-11-15 16:31:06 +0000
2b41478df0Remove the <small> from the copyright footer, because it was causing the markup to be invalid.
Daniel James
2007-11-08 18:04:12 +0000
d8ef7a46b8Copied Joel's license changes to the xhtml stylesheet.
Daniel James
2007-11-07 20:27:25 +0000
1ba6b90434added license info in copyright notice at the footer
Joel de Guzman
2007-11-07 02:34:18 +0000