rfc:docblockparser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:docblockparser [2010/09/17 16:01] – Formatted EBNF cfultonrfc:docblockparser [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2008-03-06   * Date: 2008-03-06
   * Author: Chad Fulton <ChadFulton@gmail.com>   * Author: Chad Fulton <ChadFulton@gmail.com>
-  * Status: Ready for Discussion+  * Status: Inactive
   * First Published at: http://wiki.php.net/rfc/docblockparser   * First Published at: http://wiki.php.net/rfc/docblockparser
  
Line 64: Line 64:
 tag               := [space] , "* " , "@" , tagname , space , { string | string , linebreak }* , linebreak ; tag               := [space] , "* " , "@" , tagname , space , { string | string , linebreak }* , linebreak ;
 ignored           := emptyline , { line | emptyline }+ ; ignored           := emptyline , { line | emptyline }+ ;
-string            := { character } ; +string            := { character }
-tagname           := { character - " " } ;+tagname           := { character - " " };
 space             := " " | "\t" ; space             := " " | "\t" ;
 linebreak         := "\n" | "\r" | "\r\n" ; linebreak         := "\n" | "\r" | "\r\n" ;
rfc/docblockparser.1284739280.txt.gz · Last modified: 2017/09/22 13:28 (external edit)