Skip to content

Commit

Permalink
readonly is valid without a description
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Moore committed Jun 22, 2009
1 parent 106e19a commit babd41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/yuidoc_parse.py
Expand Up @@ -191,7 +191,7 @@ def getClassName(self, classString, namespace):

# tags that do not require a description, used by the tokenizer so that these
# tags can be used above the block description without breaking things
singleTags = "constructor public private protected static final beta experimental writeonce global chainable"
singleTags = "constructor public private protected static final beta experimental writeonce readonly global chainable"

# guess the name and type of a block based upon the code following it
guess_pat = re.compile('\s*?(var|function)?\s*?(\w+)\s*?[=:]\s*?(function)?.*', re.S)
Expand Down
3 changes: 1 addition & 2 deletions test/apidocs.sh
Expand Up @@ -31,7 +31,6 @@ parser_in="$src/yui \
$src/console \
$src/cookie \
$src/dd \
$src/dd-plugin \
$src/dom \
$src/dump \
$src/event \
Expand All @@ -54,7 +53,7 @@ parser_in="$src/yui \
$src/widget-position-ext \
$src/widget-stdmod \
$src/widget-stack \
$src/yuitest"
$src/test"

# The location to output the parser data. This output is a file containing a
# json string, and copies of the parsed files.
Expand Down

0 comments on commit babd41b

Please sign in to comment.