You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty happy with Sphinx + Doxygen, and will probably move to do that over any other setup. I just need to pump it into sol2 now, which means it's time to aggressively document every public entity, and move everything that's not public into the various __detail namespaces.
There's a lot of work that needs to be done while we do this, too. Including:
Rename all args to use the postfix underscore convention, everywhere
Promote some of the detail functions out and make them formal
I'm pretty happy with Sphinx + Doxygen, and will probably move to do that over any other setup. I just need to pump it into sol2 now, which means it's time to aggressively document every public entity, and move everything that's not public into the various
__detail
namespaces.There's a lot of work that needs to be done while we do this, too. Including:
detail
functions out and make them formalLots to do for sol4....
The text was updated successfully, but these errors were encountered: