$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [doxygen] CSS/Temple files for Doxygen
From: Daniel Pfeifer (daniel_at_[hidden])
Date: 2011-06-22 11:40:11
> Hello,
>
> Where can I find CSS files/Template files suitable for Doxygen
> documentation
> generation?
>
> So I can make Doxygen output to have more Boost-like style.
You can make Doxygen output XML and transform that to BoostBook ->
DocBook -> HTML.
This is how many Boost libraries generate the reference section in
their documentation.
cheers, Daniel