$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How to generate documentation with doxygen?
From: Mathias Lorente (mathias.lorente_at_[hidden])
Date: 2008-12-05 06:58:46
Hello,
Can someone point me some help/howto to generate documentation?
I've tried the following and get only the error message "rule doxygen
unknown in module Jamfile...":
using doxygen ;
doxygen doc.html
: [ glob-tree *.h ]
: <doxygen:param>some_param....
;
Regards,
Mathias