Boost logo

Boost :

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 {


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk