diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-10-01 17:23:42 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-10-01 17:23:42 (GMT) |
commit | 499475795ed160e3a1e9cb571adc1ad86dc6a8ba (patch) | |
tree | ff3e5497c510b749f3d2e73414320758618faa42 /examples/memgrp.cpp | |
parent | 168b741da042373d667e226cace55c9e82ec8faa (diff) | |
download | Doxygen-499475795ed160e3a1e9cb571adc1ad86dc6a8ba.zip Doxygen-499475795ed160e3a1e9cb571adc1ad86dc6a8ba.tar.gz Doxygen-499475795ed160e3a1e9cb571adc1ad86dc6a8ba.tar.bz2 |
Release-1.2.2-20001001
Diffstat (limited to 'examples/memgrp.cpp')
-rw-r--r-- | examples/memgrp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/memgrp.cpp b/examples/memgrp.cpp index a365e74..394cdbc 100644 --- a/examples/memgrp.cpp +++ b/examples/memgrp.cpp @@ -33,7 +33,8 @@ void Test::func1InGroup2() {} */ //@{ -//! one description for all members of this group +//! one description for all members of this group +//! (because DISTRIBUTE_GROUP_DOC is YES in the config file) #define A 1 #define B 2 void glob_func(); |