hamster-shell-extension
hamster-shell-extension copied to clipboard
integrate JSDoc docstrings into sphinx docs
While the code itself is (partially) documented using JSDoc syntax, our acutal sphinx documentation does not support nor use this. This should be fixed.
Our current way to define classes (using imports.Lang
features) is not really compatible with JSDocs automated extraction of class methods/properties. Instead of working around this, this issue will be postponed to 0.11.0
when #257 will refactor the way classes are defined in such a way that should play nice with JSDoc/autodoc.