$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-10-30 16:29:59
You can document template params with doxygen, here is an example of
how I did it:
/*!
OModulator is an offset QAM modulator. The constellation is arbitrary, and is passed
as a parameter to \a Compute.
*/
//! @param T Base float type of output
template<class T>
class OModulator {