anuragraghavan / franca

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

structured comments do not escape special characters #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if characters like "*" or "@" are not accepted within structured comments.

example with errors:
<**
    @author : me@home
**>

<**
    @description : provides the result 2*3
**>

both examples show syntax errors in the Franca editor and can not be parsed for 
transformations.

Both characters should be accepted by the Franca model.

Original issue reported on code.google.com by manfred....@bmw.de on 24 Jul 2013 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 20 Sep 2013 at 3:30

GoogleCodeExporter commented 9 years ago
in addition the annotation "@return" is missing in the Franca model.
currently yamaica-ea works around this by printing (at)return instead.

Original comment by manfred....@bmw.de on 8 Oct 2013 at 4:27