Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Is it availalbe to recognize function name? #322

Open
JongwooKim93 opened this issue Jul 27, 2023 · 1 comment
Open

Is it availalbe to recognize function name? #322

JongwooKim93 opened this issue Jul 27, 2023 · 1 comment

Comments

@JongwooKim93
Copy link

I'd like to set function name on first line at the doxygen commnt.
Is there any macro with fuction name?

ex1)

/**
*  myfunc
*
*  @brief 
*  return bool
*/
bool myfunc()

ex2)

/**
*  myclass::myfunc
*
*  @brief 
*  return bool
*/
bool myclass::myfunc()
@Henu-ZhangGao
Copy link

There are only "Symbol,Pointer,Reference,ArraySubscript,OpenParenthesis,CloseParenthesis" etc in CppToken.ts file, and CppParseTree don't parse the functionName(Maybe it is diffcult?). So it is unavailable to recognize function name.

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

No branches or pull requests

2 participants