-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
Thanks for the great package. One thing that would make it even more useful would be support for Python docstrings. Via use of tools like doxypypy, it's possible to document Python code using Doxygen syntax. Unfortunately, the current regexp matching only captures C-style comments.
I took a look at the source and tried to implement something simple, but I was unable to get things working in the ~30 minutes that I was hacking on it.
To clarify a bit, my initial thought was that adding \\|\\(\"\"\"\\\) to the end of highlight-doxygen-commend-start-regexp would be enough, but that does not seem to work in my testing. Python docstrings look something like this:
def function(thing):
"""Does a thing.
@param thing The input.
@returns The output.
"""Thanks again!
jcs090218
Metadata
Metadata
Assignees
Labels
No labels