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

$FUNCTION not recognizing function name #15

Closed
koog1000 opened this issue May 1, 2017 · 2 comments
Closed

$FUNCTION not recognizing function name #15

koog1000 opened this issue May 1, 2017 · 2 comments

Comments

@koog1000
Copy link

koog1000 commented May 1, 2017

In both python and C the function name returned is an empty string. I haven't looked through this code at all really, but (at least for C) shouldn't the regex be something similar to "\s+\w+\s*[(]" ? Then you can strip the open parenthesis and whitespace to get the function name.

@dail8859
Copy link
Owner

dail8859 commented May 1, 2017

Thanks for opening the issue. The function name was getting parsed but not associated with the $FUNCTION keyword correctly.

You can download a fixed version below. Just extract and copy the DLL file over your existing one:

DoxyIt.zip
DoxyIt_64.zip

@koog1000
Copy link
Author

koog1000 commented May 1, 2017

Thank you much. Appreciate the fast response.

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

2 participants