This plugin will at some point be able to create documentation for your code from javadoc style comments.
This plugin is not yet finished. Once there is a working version you will find in under the releases here on GitHub.
Every!
(Well almost) As long as the language is not indentation based (sorry python). On top of that the language must support this style of comments:
/**
* This is a doc-comment
* @annotation value description
*/
some variable or method
The language independence is achieved by only parsing the doc-comments and not code.
This is made possible by annotations.
Here is a list of annotations supported by this plugin.
TODO: List here
All other annotations on a comment will also appear in the generated documentation as a table.
You are more than welcome to open an issue on GitHub.
Thank you for wanting to contribute to this project.
Contributions are always welcome. If you have an idea, feel free to open a feature request under the issue tab or even create a pull request.
Credits go to:
- https://github.com/liamcain/obsidian-periodic-notes for 99% of
Suggest.ts
andFolderSuggest.ts