recent build/use of Doxygen plugin?
Solved
General and Desktop
-
I'm trying to build the doxygen plugin mentioned in the Wiki. I'm getting a bunch of build errors that I just don't have time to chase down right now (I'll use doxygen standalone instead).
I was just curious if anyone had successfully built this plugin recently.
Thanks...
-
Hi
Not sure what the plugin does.Creator can do tricks
( @artwaw beat me to it :)like ///(and press enter) class MainWindow : public QMainWindow { gives /// /// \brief The MainWindow class /// class MainWindow : public QMainWindow { and same with functions /// /// \brief PointSegmentDistanceSquared /// \param px /// \param py /// \param p1x /// \param p1y /// \param p2x /// \param p2y /// \param t /// \param qx /// \param qy /// \return /// double PointSegmentDistanceSquared( double px, double py, double p1x, double p1y, double p2x, double p2y, double& t, double& qx, double& qy) {
-
-
@mzimmers said in recent build/use of Doxygen plugin?:
So, once you get this in, do you just run doxygen separately?
Yes, i have .sh (bat) file to run it from the project folder.
I use a options file for it to specify settings.