Re: [Doxygen-develop] Subdirectory = module
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-09-24 20:18:07
|
On Wed, Sep 24, 2003 at 12:35:00PM -0700, Robin Rowe wrote: > Hi. I asked this question on doxygen-users a few days ago, but got no > response. Maybe it is a developer question? Not really, but anyway... > I am setting up doxygen to document my build of GTK 1.4. This is my > first time setting up a large project with doxygen. Doxygen works, but the > results are messy. > > 1. The 'modules' sections output makes no sense. It gives 'printf' as one of > my modules! In GTK, like most projects, the modules are contained in > subdirectories. How do I get doxygen to recognize this? I want doxygen to > copy my directory layout, mimic that under doxygen/html with an index.html > in each subdirectory. GTK 1.4 was probably not documented using doxygen commands. So no wonder that the results may be unexpected. Doxygen does not yet have an option to turn directories automatically into modules, but this is on the todo list. > 2. Doxygen didn't output much on the first pass so I turned on EXTRACT_ALL. > Now I have too much -- 81MB! Is there a middle ground? Splitting the project into smaller chunks might be a solution. Regards, Dimitri |