[kdev3.5] doxygen part exit
Amilcar do Carmo Lucas
webmaster at kdevelop.org
Sun Jan 20 23:49:47 UTC 2008
On Sunday 20 January 2008 10:55:02 Andreas Pakulat wrote:
> On 20.01.08 02:58:36, Bernd Buschinski wrote:
> > Ahh I forget to attach the patch :)
>
> Two things:
>
> a) don't mix different type of changes, post separate patches please.
>
> > Index: parts/doxygen/config.cpp
> > ===================================================================
> > --- parts/doxygen/config.cpp (revision 763639)
> > +++ parts/doxygen/config.cpp (working copy)
> > @@ -909,7 +909,7 @@
> > else
> > {
> > config_err("Error: @INCLUDE = %s: not found!\n",inc.data());
> > - exit(1);
> > + //exit(1); //no dont exit kdevelop
> > }
> > }
>
> This whole code looks higly suspicious to me, config.cpp contains a full
> flex-generated lexer. But there's no sign of a .ll file anywhere in the
> doxygen plugin. Is this from the doxygen source?
>
> BTW: I'm fine with commenting out the exit(1), looks like this was
> supposed to be part of a commandline tool like doxygen, I'd just like to
> know where the file content comes from.
This is my code, I will fix it later this week.
Thanks for the heads up.
@apaku the info is on the README:dox file
--
Amilcar Lucas
KDevelop.org webmaster
More information about the KDevelop-devel
mailing list