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

doc comment for async proc is empty #9816

Closed
enthus1ast opened this issue Nov 28, 2018 · 0 comments
Closed

doc comment for async proc is empty #9816

enthus1ast opened this issue Nov 28, 2018 · 0 comments
Labels
Documentation Generation Related to documentation generation (but not content).

Comments

@enthus1ast
Copy link
Contributor

enthus1ast commented Nov 28, 2018

Example

import asyncdispatch
proc foo*() = 
  ## some foo
  discard

proc baa*(): Future[void] {.async.} =
  ## some baa in async
  discard

proc baz*() = 
  ## some baz
  discard

nim doc file.nim

Current Output

generates a doc without the comments for the async procedure

tbug

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).
Projects
None yet
Development

No branches or pull requests

2 participants