[Doxygen-users] Re: Help? 1.2.10, member grouping, and template classes
Brought to you by:
dimitri
|
From: Phil E. <ped...@di...> - 2001-09-19 19:55:35
|
I forgot to add that in the problem case,
> /** General documentation about both of these classes.
> */
> //@{
> template <class _Arg, class _Result>
> struct unary_function {
> ...
> };
> template <class _Arg1, class _Arg2, class _Result>
> struct binary_function {
> ...
> };
> //@}
it does not matter whether the //@{ follows the comment block as above,
or preceeds it. Either way, only the first class is listed in the output.
Phil
--
Would I had phrases that are not known, utterances that are strange, in
new language that has not been used, free from repetition, not an utterance
which has grown stale, which men of old have spoken.
- anonymous Egyptian scribe, c.1700 BC
|