Re: Comment lines inside a @macro

2021-01-07 Thread Patrice Dumas
On Thu, Jan 07, 2021 at 11:38:28PM +0100, Christopher Dimech wrote:
> Is it problematic including comment lines inside a macro?

Normally not.

> 
> @macro showAllChmedIgm
> 
>   @c Station Locations (Sicily and Circum-Ambient Region)
>   @c Label: igc03-sicl-circumambrg [1]
>   @igmSiclCircumambrg
> 
> @end macro
> 



Comment lines inside a @macro

2021-01-07 Thread Christopher Dimech
Is it problematic including comment lines inside a macro?

@macro showAllChmedIgm

  @c Station Locations (Sicily and Circum-Ambient Region)
  @c Label: igc03-sicl-circumambrg [1]
  @igmSiclCircumambrg

@end macro