Skip to content

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

@manishpatodi

Description

@manishpatodi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions