-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin framework for documentation #1441
Comments
@anthony-redFox @tmcw any suggestions on that one? I implemented what I needed and I am using it for |
Hello, give me a time I will try to review what are did, then suggest the next steps.
|
I am afraid there is a good replacement for doctrine - I don't know why no one has stepped in to maintain it |
@anthony-redFox @tmcw - support for custom jsdoc tags already exists - you can do it by theming, since the theme will receive all the tags - even those that haven't been recognized |
Suggestion: Implement a plugin framework allowing to easily extend
documentation
I have two distinct use cases for this:
buildInternal
alongparseJavaScript
and also inisJSDocComment
I am willing to work on an implementation if we can settle on a (somewhat) stable API
The text was updated successfully, but these errors were encountered: