Re: [Doxygen-users] Doxygen-1.2.8 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-06-05 18:29:08
|
On Tue, Jun 05, 2001 at 04:17:38AM +0200, Jens Seidel wrote: > > 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 This is a serious bug indeed. It will probably lead to bug fix release 1.2.8.1 soon. > 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 I'll fix that as well. Regards, Dimitri |