owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

Tag/Value pairs metaproduction documentation #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use single quotes around '<T>:' as it acts as a terminal.

Use same typeface as one sees in the document. Currently boldface in the 
documentation, but same font (minus surrounding single quotes) as terminal 
symbols. I note that the document might not use a consistent styling (e.g. 
format-version-TVP is bold, but remark-TVP is not)

Add example immediately below def.

--

<T>-TVP  ::= '<T>:'  {ws} UnquotedString }
<T>-Tag ::= '<T>:'  {ws}

e.g. property_value-tag should be interpreted as: 'property_value:' { ws }

Original issue reported on code.google.com by alanruttenberg@gmail.com on 3 Nov 2010 at 3:12

GoogleCodeExporter commented 9 years ago
fixed in git

Original comment by cmung...@gmail.com on 16 Jun 2011 at 10:42