dartsim / dart

DART: Dynamic Animation and Robotics Toolkit
http://dartsim.github.io/
BSD 2-Clause "Simplified" License
877 stars 285 forks source link

Doxygen warnings #275

Open jslee02 opened 9 years ago

jslee02 commented 9 years ago

There are number of warnings when doxygen generates API documentation of DART.

acxz commented 5 years ago

I have made some progress on this on my fork of dart. I have fixed several typos and added parameters where necessary. Right now the largest set of warnings come from unknown command \function (which is just how we are commenting functions) and \ref ResourceRetriever cannot be found, which I'm not sure how to solve. I'll go ahead and make a PR of my current progress, tho.