opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 308 forks source link

Fix various issues in Doxygen documentation #3746

Closed nickbianco closed 3 months ago

nickbianco commented 3 months ago

Fixes issue #3729, #3742

Brief summary of changes

Fixes various issues with the Doxygen documentation I noticed after 4.5 released. The main fixes involve 1) restoring the TableProcessor docs and 2) linking to the source code for examplePolynomialPathFitter (Matlab and Python). Other fixes are mostly warnings or errors flagged while building the doxygen target.

Testing I've completed

Built and examined Doxgyen pages locally.

Looking for feedback on...

Not strictly needed for this PR, but...I have a version of these fixes on branch opensim45_doxygen_fixes off of opensim_45, which I've used to create a new set of docs to replace the current ones up for OpenSim 4.5. These changes could be merged into branch opensim_45 to keep that branch in sync with updated docs, but then opensim_45 will be out of sync with the 4.5.

@aymanhab what do you think? Update opensim_45, or no?

CHANGELOG.md (choose one)


This change is Reviewable