Skip to content

More Kraziness

Tuesday, 1 August 2006  |  awinterz

We have a new "pass-by-value" check in Krazy written by Andreas. It is the first plugin written in C++ (and not perl). And it requires Qt4. So, we had to do a bit of tweaking of things on the EBN. Seems to be working well.

Check out your favorite code's kraziness.

On the APIDOX front: I'm thinking about re-writing the doxygen.sh script in kdelibs/doc/api. Possibly in perl. I think this one script is trying to be too many things to too many people. And I'd really like our APIDOX to look more like the Qt4 doc (QString). I like how Qt puts the argument description in-line with the method description, and doesn't clutter things up with separate @param and @return stuff.