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

unable to extract/associate single line and block comment in fidl parser #27

Open
manishpatodi opened this issue Feb 20, 2020 · 0 comments

Comments

@manishpatodi
Copy link

Hi all

I am not able to associate block comment and single line comment with the structure or any other type
only structured comment is getting associated, please let me know how to fix this issue,

package Common
<** @description : struct S
@author Jens Baumann
**>

typeCollection X
{
// Manish - this is not getting associated
struct Common_message
{
// @brief If Skew is larger than
/*
comment 1 - this is not getting associated
*/
Boolean COM_Last_Clock_Sync_Error
}
}

Thank you
Manish

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