$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Generating documentation
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-04-20 13:50:03
> Just curious, has anyone been able to get the documentation generated
> (on a linux platform) by following the instructions in
> http://www.boost.org/doc/libs/1_58_0/doc/html/boostbook/getting/started.html
>
>
Yes, but the setup process isn't straightforward: it is documented here
though: https://svn.boost.org/trac/boost/wiki/BoostDocs/GettingStarted
There is also a test project under /doc/test/ that you can use to verify
you have everything setup correctly before proceeding further.
HTH, John.