Re: [Doxygen-users] Doxygen-1.2.8 in CVS
Brought to you by:
dimitri
From: Jens S. <jen...@hr...> - 2001-06-05 02:57:24
|
1) I use doxygen-1.2.8 and get a parameter list without an explicit "\return" command. This doesn't happen in doxygen-1.2.7-20010524. I refer to doxygen_docs/html/class_class_list.html, this contains: int ClassList::compareItems(GCI item1, GCI item2) Parameters: item1 item2 2) I cannot compile doxywizard (CVS version 1.2.8): gmake[2]: Entering directory `/home/jens/Texte/doxygen/test/addon/doxywizard' g++ -c -pipe -DDOXYWIZARD -Wall -W -O2 -DNO_DEBUG -I/home/jens/Texte/meshgen/qt-x11-free-3.0.0-beta1/include -o obj/doxywizard.o doxywizard.cpp doxywizard.cpp: In function `bool saveConfig(QString)': doxywizard.cpp:101: no matching function for call to `Config::writeTemplate (QFile *, const bool &)' config.h:476: candidates are: void Config::writeTemplate(QFile *, bool, bool) doxywizard.cpp: In method `ConfigFile::ConfigFile(QWidget * = 0)': doxywizard.cpp:361: warning: `enum InputString::StringMode sm' might be used uninitialized in this function doxywizard.cpp:403: warning: `enum InputStrList::ListMode lm' might be used uninitialized in this function gmake[2]: *** [obj/doxywizard.o] Error 1 gmake[2]: Leaving directory `/home/jens/Texte/doxygen/test/addon/doxywizard' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/home/jens/Texte/doxygen/test/addon/doxywizard' make: *** [all] Error 2 3) I found "Supports C++, Java, (Corba, Microsoft, and KDE-DCOP) Java, IDL and C sources" in doc/features.doc (Jave occurs twice!). What's Corba or KDE-DCOP (is there a relation to Java)? 4) I attached a small patch which fixes some typos. Regards, Jens |