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
}
}
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