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
type Test* = ref object proc test1*(self: Test) = ## Show this document method test2*(self: Test) = ## This document disappeared
Procs proc test1(self: Test) {...} Show this document Methods method test2(self: Test) {...}
$ nim -v Nim Compiler Version 1.3.5 [Windows: amd64] Compiled at 2020-06-16
The text was updated successfully, but these errors were encountered:
fix nim-lang#14691 docgen methods
a2f6083
c41d8cb
fix #14691 docgen works again for methods (#14701)
bb62fef
* fix #14691 docgen methods * fixup
Successfully merging a pull request may close this issue.
Example
Current Output [HTML]
The text was updated successfully, but these errors were encountered: