-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide consistency checks for parameter documentation and links #179
Comments
Thanks for the suggestion! I've thought about this before, but it has always come second to one of the core design principles in Hawkmoth: zero or minimal parsing of the documentation comments. However, this could be an extension, if the @BrunoMSantos we've discussed passing the cursor before. But is it too low level stuff? OTOH, if we provide an abstraction of our own, then that itself may need to be extended. |
This part I don't think Hawkmoth should do. It's Sphinx stuff. |
Well, we had planned to do this even before we had extensions, so I think the feature request stands 😁
We did indeed and it's a bit of a pattern... Long overdue, but now we have an issue to point to: #180. |
Agreed. I also believe Sphinx already does this quite well though. Have you tested it? |
When documenting functions, it can often happen that the documentation does not match the function signature:
It would be nice if Hawkmoth would (on demand)
I know that some people prefer not to use these directives at all. Thus it would be nice to have that configurable.
The text was updated successfully, but these errors were encountered: