[Doxygen-users] Real world example of grouping Exceptions?
Brought to you by:
dimitri
From: Stefan W. <sx...@fr...> - 2005-11-21 07:51:07
|
> I am trying to group a number of classes together as Exceptions. I > looked at the example in the DoxyGen help and unless I am missing > something, the example is just not a real world example. The example > shows all of the classes within a group in the same file. This would be > poor programming practice and isn't even allowed in Java. > > Can anyone please tell me how to group selected classes under a category > called exceptions? I'm not familiar with Java but with doxygen and it in't necessary to have all classes in one file. Define a group (using \defgroup) in any fiel you like and add your exception classes using \ingroup inside the class documentation. Regards Stefan Wahl |