~roguescholar/boost/+git/boostbook:sandbox/boost_docs/trunk

Last commit made on 2008-05-12
Get this branch:
git clone -b sandbox/boost_docs/trunk https://git.launchpad.net/~roguescholar/boost/+git/boostbook

Branch merges

Branch information

Name:
sandbox/boost_docs/trunk
Repository:
lp:~roguescholar/boost/+git/boostbook

Recent commits

61a6c57... by Frank Mori Hess <email address hidden>

Prevent 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.

[SVN r45297]

58b1520... by Frank Mori Hess <email address hidden>

Updated the boostbook.dtd and reference docs
for "enumvalue" elements to indicate they can have "purpose"
and "description" children.

[SVN r42205]

0859d45... by Frank Mori Hess <email address hidden>

Fixed some minor newline issues, and fixed highlighting for type of
"data-member" elements.

[SVN r42151]

c260640... by Frank Mori Hess <email address hidden>

Added anchors for typedefs which are inside
classes and have no description (they only appear in the class synopsis).
Some care is taken to make sure only one anchor is added for typedefs in
nested classes, whose synopsis appears on their reference page, and also
inside the synopsis of enclosing classes.

[SVN r42146]

e22ec3e... by Frank Mori Hess <email address hidden>

Fixed use of "classname"/etc. elements inside the "type" element
of a "static-constant" element.

[SVN r42052]

a14c150... by Frank Mori Hess <email address hidden>

Made "classname" elements create links to typedefs too.

[SVN r42019]

28afbc8... by Frank Mori Hess <email address hidden>

Fix for some failed attempts to apply templates to
"description" elements in "annotation" mode that were introduced by revision
41463

[SVN r41468]

1ee02bd... by Frank Mori Hess <email address hidden>

Fixed problems with "purpose" elements inside "inherit" elements getting
dumped into the output, and added a warning if an "inherit" element has
no "type" child element.

[SVN r41463]

24b0463... by Frank Mori Hess <email address hidden>

Made 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.

[SVN r41461]

78c8af7... by Frank Mori Hess <email address hidden>

Made class name in synopsis a link to class reference page, which is useful
for nested classes.

[SVN r41435]