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

Multiline docstring blocks not correctly stripped with INLINE_SOURCES #30

Open
overlord624 opened this issue Jul 3, 2016 · 0 comments

Comments

@overlord624
Copy link

When filtering multiline docstrings, the line containing the terminating sequence (""") is included in the generated code fragments from the Doxygen option INLINE_SOURCES. This results in incorrect syntax highlighting.

For example:

def f():
   """
   arbitrary text
   """
   do_stuff()

Will output the following code with the documentation of the function

  """
  do_stuff()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant