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
If you use the following MonkeyDoc example, the line with '#Import' is removed from the docs output:
@example #Import "<std>" @end
If you use '\#' instead, the '\' (backslash) is actually dispayed in the docs.
@example \#Import "<std>" @end
As an example see the documentation for std.memory.DataBuffer.New() ( DataBuffer )
The text was updated successfully, but these errors were encountered:
Additionally: All @return lines are missing in the output.
@return
See for example: std.memory.DataBuffer.PeekShort() -> @param is included, @return is missing in the output docs.
@param
Sorry, something went wrong.
No branches or pull requests
If you use the following MonkeyDoc example, the line with '#Import' is removed from the docs output:
If you use '\#' instead, the '\' (backslash) is actually dispayed in the docs.
As an example see the documentation for std.memory.DataBuffer.New() ( DataBuffer )
The text was updated successfully, but these errors were encountered: