RE: [Doxygen-users] Re: Documenting enums of an IDL file
Brought to you by:
dimitri
From: Glenn M. <gle...@vo...> - 2002-02-20 00:00:50
|
> -----Original Message----- > From: Don McClimans [mailto:dmc...@in...] > Sent: Tuesday, February 19, 2002 3:26 PM > To: dox...@li... > Subject: [Doxygen-users] Re: Documenting enums of an IDL file >=20 >=20 <snip> > Doxygen does not lump the propget and > propput signatures into one "property" in the documentation,=20 > which makes the generated documentation confusing, and is annoying if = you=20 > only want to write the documentation once and have it apply to both = get and put=20 > (no way to do that).=20 <snip> If you defined groups (@defgroup) and assigned groups (@ingroup) to the = appropriate code items as part of the doxygen comment blocks, you might = get better control over what things appear together. You can go beyond = organization by file or by code, to an organization by higher concepts = defined by your application. |