$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] documenting metafunctions
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2008-11-04 06:12:46
Hi!
Doxygen has 2 different tag types \arg and \param. I use \arg to document
the template parameters and \param to document function parameters.
With Kind Regrads,
Ovanes
On Tue, Nov 4, 2008 at 1:15 AM, Noah Roberts <roberts.noah_at_[hidden]> wrote:
> Looking for ideas for hacking of doxygen comments to make decent
> metafunction documentation. Anyone have some experience with this?
>