Changeset 11197
- Timestamp:
- 10/29/07 17:54:33 (13 months ago)
- Location:
- util/trunk/docscripts/lib/parser
- Files:
-
- 2 modified
-
DojoFunctionBody.php (modified) (2 diffs)
-
DojoFunctionDeclare.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/trunk/docscripts/lib/parser/DojoFunctionBody.php
r11143 r11197 40 40 41 41 public function addBlockCommentKey($key) { 42 $this->comments = array(); 42 43 if ($key) { 43 44 $this->keys[] = $key; … … 49 50 */ 50 51 public function addBlockCommentKeySet($key) { 52 $this->comments = array(); 51 53 if ($key) { 52 54 $this->key_sets[] = $key; -
util/trunk/docscripts/lib/parser/DojoFunctionDeclare.php
r11194 r11197 270 270 $output[$instance_function->getFunctionName()]['instance'] = $function_name; 271 271 } 272 272 273 273 $comment_keys = $this->getBlockCommentKeys(); 274 274 foreach($comment_keys as $key){