anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Some types of comments not visible in Franca model #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Comments using "//" or "/*" are not available within the Franca model and can 
not be processed by transformations or code generation.
Examples which don´t work:
   // my comment
   /* another comment */

Those comments either should be available in the model or disallowed, as users 
writing valid Franca files containing such comments expect them to be retained 
by Franca tools.

Original issue reported on code.google.com by manfred....@bmw.de on 12 Jun 2014 at 7:57

GoogleCodeExporter commented 9 years ago
Users should be aware that information put in "informal" comments will not be 
processed. As most languages (incl. C, Java, XML, HTML, ...) provide this kind 
of "informal" comment, I tend to keep it in Franca.

Original comment by klaus.birken@gmail.com on 8 Jul 2014 at 12:53

GoogleCodeExporter commented 9 years ago
This issue will _not_ be implemented, see comment #1. These comments are quite 
useful as informal "post-its"; if meta information should be added which is 
available for downstream tools, structured comments (with tags) should be used.

Original comment by klaus.birken@gmail.com on 10 Nov 2014 at 3:01