Robert Ramey | 23 Apr 17:55

building html docs

I find myself wanting to investigate the accumulators library in a bad way.

I find its only in the trunk - ok.
The documentaiton is written in quickbook - ok
The generated html isn't in the trunk - ok
so to build the html I run

bjam

from the libs/accumlators/doc directory and I get the folllowing.

what do I have to do to look at the html version of the documentation
for this library?

Robert Ramey

warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
Jamfile.v2:18: in modules.load
rule doxygen unknown in module 
Jamfile</C:/BoostTrunk/libs/accumulators/doc>.
C:/BoostTrunk/tools/build/v2/build\project.jam:307: in load-jamfile
(Continue reading)

Frank Mori Hess | 23 Apr 17:04
Favicon

Re: building html docs


On Wednesday 23 April 2008 11:57 am, Robert Ramey wrote:
> I find myself wanting to investigate the accumulators library in a bad way.
>
> I find its only in the trunk - ok.
> The documentaiton is written in quickbook - ok
> The generated html isn't in the trunk - ok
> so to build the html I run
>
> bjam
>
> from the libs/accumlators/doc directory and I get the folllowing.
>
> what do I have to do to look at the html version of the documentation
> for this library?

Have you run one of the tools/boostbook/setup_boostbook scripts?

--

-- 
Frank
Daniel James | 23 Apr 17:33
Picon
Favicon

Re: building html docs

2008/4/23 Robert Ramey <ramey <at> rrsd.com>:
> I find myself wanting to investigate the accumulators library in a bad way.
>
>  I find its only in the trunk - ok.
>  The documentaiton is written in quickbook - ok
>  The generated html isn't in the trunk - ok
>  so to build the html I run
>
>  bjam
>
>  from the libs/accumlators/doc directory and I get the folllowing.
>
>  what do I have to do to look at the html version of the documentation
>  for this library?
>
>  Jamfile.v2:18: in modules.load
>  rule doxygen unknown in module

To build the documentation you probably need to install doxygen and
add 'using doxygen ;' to your 'user-config.jam'.

Otherwise, there is prebuilt documentation included in the version in the vault:

http://www.boost-consulting.com/vault/index.php?directory=Math%20-%20Numerics

Although I guess that's a little out of date.

Daniel
Eric Niebler | 23 Apr 17:34
Picon

Re: building html docs


Robert Ramey wrote:
> I find myself wanting to investigate the accumulators library in a bad way.
> 
> I find its only in the trunk - ok.
> The documentaiton is written in quickbook - ok
> The generated html isn't in the trunk - ok

The accumulators docs are online here:
http://boost-sandbox.sourceforge.net/libs/accumulators

--

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com

Gmane