Re: [Doxygen-develop] Subdirectory = module
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-09-26 18:40:45
|
On Wed, Sep 24, 2003 at 03:43:01PM -0700, Robin Rowe wrote: > Dimitri, > > > GTK 1.4 was probably not documented using doxygen commands. So no wonder > that > > the results may be unexpected. > > True, but does that answer my question? If you don't know why, can you point > me to the documentation for doxygen modules so I can figure out why doxygen > is reporting printf as a module? Modules are defined by grouping things: see http://www.stack.nl/~dimitri/doxygen/grouping.html for more info. If printf is in a module there is probably a \defgroup or related command somewhere in the neighbourhood. > > Doxygen does not yet have an option to > > turn directories automatically into modules, but this is on the todo list. > > Ah, a developer question after all! ;-) Who is the developer assigned for > that task or are you looking for help? No one's assigned yet, so I can use the help or else I'll probably end up adding it myself some day. Regards, Dimitri |