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

expose API to get NimNode doc comments, for tooling #8516

Open
timotheecour opened this issue Aug 2, 2018 · 0 comments
Open

expose API to get NimNode doc comments, for tooling #8516

timotheecour opened this issue Aug 2, 2018 · 0 comments
Labels
Documentation Generation Related to documentation generation (but not content).

Comments

@timotheecour
Copy link
Member

timotheecour commented Aug 2, 2018

example use cases:

  • in nim-docstrings @jboy has to resort to non-standard comments (via docstring"""foobar""" to expose them for his library:

However, I can't work out how to extract the text content of the documentation comment from my own code

(see also jboy/nim-docstrings#1)

EDIT
I have a PR that allows all the above, see #8903

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