Am Mittwoch, 19. Mai 2004 17:31 schrieb Angus Leeming:
> I just tried to run doxygen, but stopped when is complained:
> To avoid this warning please update your configuration file using "doxygen
-u"
>
> Doing so, (Doxyfile is a generated file, so I'd guess that the changes
> should be applied b
I just tried to run doxygen, but stopped when is complained:
doxygen ./Doxyfile
Warning: Tag `CGI_NAME' at line 894 of file ./Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `CGI_URL' at line 900 of file ./Doxyfile has becom
ighlighted(QString const &);
| -void refSelected(QString const &);
| +void refHighlighted(const QString &);
| +void refSelected(const QString &);
qt mumbo-jumbo. moc does not grok "Type const &" correctly at all
times, I am just making .h and .C a
Looks good. A few questions:
This looks like a typo:
> QAboutDialog::~QAboutDialog()
> -{
> -}
> +{}
> +y
>
?:
Index: src/frontends/qt2/QRefDialog.h
-void refHighlighted(QString const &);
-void refSelected(QString const &);
+void refHighlighted(const QString &);
+
This patch fixes a lot of doxygen warnings.
? newfile1.lyx
? src/frontends/xforms/lyx_forms.h
? src/frontends/xforms/lyx_xpm.h
Index: sourcedoc/Doxyfile.in
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/sourcedoc/Doxyfile.in,v