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

[Bug] conflicts withe INLINE_SOURCES . #73

Open
625781186 opened this issue Mar 18, 2020 · 2 comments
Open

[Bug] conflicts withe INLINE_SOURCES . #73

625781186 opened this issue Mar 18, 2020 · 2 comments

Comments

@625781186
Copy link

image

So , if use config FILTER_PATTERNS = *.py=py_filter , INLINE_SOURCES line will dislocation.

like this :

  1. not use filter , right :
    image

  2. use filter , error :
    image

@625781186 625781186 changed the title [Bug] [Bug] And INLINE_SOURCES conflicts. Mar 18, 2020
@625781186 625781186 changed the title [Bug] And INLINE_SOURCES conflicts. [Bug] conflicts withe INLINE_SOURCES . Mar 18, 2020
@625781186
Copy link
Author

#30 (comment)

@Feneric
Copy link
Owner

Feneric commented Jun 14, 2020

I don't know that there ever can be a fix for this without Doxygen becoming a bit more flexible in this regard to better accommodate languages in which whitespace is significant. It isn't always possible to reshape things for such languages without actually changing line count. I imagine a filter for the language Nim would have the same problem.

If Doxygen were to provide hooks for labeling anchor points it'd make sense to try and work with them in doxypypy, but I don't think this is something that's addressable by doxypypy on its own.

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

No branches or pull requests

2 participants