I've just finished a few BoostBook additions:
  - limited support for documeting data members (via <data-member>)
  - support for non-type template parameters (via 
<template-nontype-parameter>)
  
... and a few layout tweaks:
  - if a class template declaration fits on one line, put it there, e.g.,

template<typename SlotFunction> class slot;

instead of

template<typename SlotFunction>
  class slot;

  - fixed a nasty bug in the source highlighter
  - make sure all single-line function declarations get linked correctly

The Boost.Array library is now documented in BoostBook, at the usual place, 
though it isn't 100% complete yet:
  http://www.cs.rpi.edu/~gregod/boost/doc/html/array.html

        Doug


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to