You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
So , if use config
FILTER_PATTERNS = *.py=py_filter
,INLINE_SOURCES
line will dislocation.like this :
not use filter , right :
use filter , error :
The text was updated successfully, but these errors were encountered: