$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Generating plain Doxygen documentation
From: Marek Bálint (marek.balint_at_[hidden])
Date: 2009-11-15 12:32:10
I want to use Boost.Build for my own project and it works well so far. But now
I need to generate plain Doxygen documentation without any boostbook
additions/modifications/transformations and I seem to be stuck. Basically, my
question Is how to write Jamfile equivalent for this Makefile rule:
doc:
doxygen Doxyfile
.mq.