anuragraghavan / franca

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

Franca IDL constants cannot have a comment #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although the EMF model allows FConstantDef objects to have a comment (by the 
mere fact that FConstantDef is indirectly derived from FModelElement) the 
Franca IDL grammar does not define the comment element for FConstantDef.

Fixing this should be as easy as adding

    comment=FAnnotationBlock)?

to the definition of FConstantDef (FrancaIDL.xtext, line 225).

Original issue reported on code.google.com by klaus....@intel.com on 13 Jun 2014 at 2:39

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 8 Dec 2014 at 10:43

GoogleCodeExporter commented 9 years ago
Implemented with commit b716bda on develop.

Original comment by klaus.birken@gmail.com on 8 Dec 2014 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 19 Dec 2014 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 25 Jan 2015 at 11:17