rfc:docblockparser
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:docblockparser [2010/09/16 20:57] – Added changelog entry cfulton | rfc:docblockparser [2025/04/03 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
* Date: 2008-03-06 | * Date: 2008-03-06 | ||
* Author: Chad Fulton < | * Author: Chad Fulton < | ||
- | * Status: | + | * Status: |
* First Published at: http:// | * First Published at: http:// | ||
Line 57: | Line 57: | ||
< | < | ||
- | docblock := "\/**" , [whitespace] , [short_description] , [long_description] , [tag , { tag | ignored }*] , { emptyline }* , linebreak , " | + | docblock |
short_description := line , { emptyline }+ ; | short_description := line , { emptyline }+ ; | ||
- | long_description := line , { line | emptyline }* ; | + | long_description |
- | line := [space] , "* " , [space] , character-" | + | line := [space] , "* " , [space] , character-" |
- | emptyline := [space] , " | + | emptyline |
- | tag := [space] , "* " , " | + | tag |
- | ignored := emptyline , { line | emptyline }+ ; | + | ignored |
- | string := { character } ; | + | string |
- | tagname := { character - " " } ; | + | tagname |
- | space := " " | " | + | space |
- | linebreak := " | + | linebreak |
- | character := ? any ASCII character with code >= 32 and <= 126 ? ; | + | character |
</ | </ | ||
rfc/docblockparser.1284670658.txt.gz · Last modified: 2025/04/03 13:08 (external edit)