Skip to content
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

Regression: devel docgen cannot generate document for method #14691

Closed
khchen opened this issue Jun 17, 2020 · 0 comments · Fixed by #14701
Closed

Regression: devel docgen cannot generate document for method #14691

khchen opened this issue Jun 17, 2020 · 0 comments · Fixed by #14701
Labels
Documentation Generation Related to documentation generation (but not content). Regression

Comments

@khchen
Copy link
Contributor

khchen commented Jun 17, 2020

Example

type
  Test* = ref object

proc test1*(self: Test) =
  ## Show this document

method test2*(self: Test) =
  ## This document disappeared

Current Output [HTML]

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
@timotheecour timotheecour added the Documentation Generation Related to documentation generation (but not content). label Jun 17, 2020
timotheecour added a commit to timotheecour/Nim that referenced this issue Jun 17, 2020
timotheecour added a commit to timotheecour/Nim that referenced this issue Jun 17, 2020
Araq pushed a commit that referenced this issue Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Generation Related to documentation generation (but not content). Regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants