KDevelop and doxygen

Francesco Montorsi f18m_cpp217828 at yahoo.it
Tue Jan 31 18:20:18 UTC 2006


Hi,

Jens Dagerbo ha scritto:
> [This is just off the top of my head and might well be incorrect...]
> 
> I think the doxygen plugin is responsible for creating that file (it
> should be), so if you don't load the doxygen plugin, you shouldn't get
> the 'Doxyfile'.
yes !



> the .kdevelop file has a section called 'ignoreparts' (again from
> memory, but check an existing file and you will figure out what
> section I mean in case I got the name wrong). Populate that section
> with the name of the doxygen plugin ('doxygenpart'?) and you will not
> get the doxygen plugin loaded when KDevelop loads your project file.
I've found that this can be done also by Kdevelop project option dialog 
box (sorry but previously I did really miss it!), from the "Plugins" page.

Disabling doxygen plugin requires me to add:

     <ignoreparts>
       <part>kdevdoxygen</part>
     </ignoreparts>

to the .kdevelop project files.

Thanks a lot !
Francesco





More information about the KDevelop-devel mailing list