fenics team mailing list archive
-
fenics team
-
Mailing list archive
-
Message #00798
Re: Documentation (summary)
> As far as I can tell, Sphinx can't process doc strings from C++, but there
> might be some workarounds using Doxygen
Check out this extension:
http://old.nabble.com/Using-doxygen-and-sphinx-together-td20989904.html
Numpy just writes everything out so you can separate the docs from the
code, but if you do that you have to be quite diligent to update the
docs everytime the code changes.
Follow ups
References