We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that the following methods were not documented:
Since there are used in the default template's filters ($returns, $extends, $exceptions) I think it would be a good idea to add them.
$returns
$extends
$exceptions
The text was updated successfully, but these errors were encountered:
Those are left out on purpose. I'll check if they're ok for general use and add.
Sorry, something went wrong.
These are now included but for semantics, they are refactored in v2 as below:
docma.utils.listType()
docma.utils.getCodeTags()
docma.utils.listTypeDesc
docma.utils.getFormattedTypeList()
Each now has additional arguments for format options.
f54e4ac
No branches or pull requests
I found that the following methods were not documented:
Since there are used in the default template's filters (
$returns
,$extends
,$exceptions
) I think it would be a good idea to add them.The text was updated successfully, but these errors were encountered: