cdocparser
Advanced tools
Comparing version 0.4.1-rc1 to 0.5.0
{ | ||
"name": "cdocparser", | ||
"version": "0.4.1-rc1", | ||
"version": "0.5.0", | ||
"description": "Extract C style comments and extract context from source", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -153,3 +153,3 @@ CDocParser | ||
Each annotation must have a `parse` method, optionaly you can have a `default` and `extend` methods. The `multiple`key is used to donate if this annotation can be used mutliple times. | ||
Each annotation must have a `parse` method, optionaly you can have a `default` and `extend` methods. The optional `multiple` key is used to indicate if an annotation can be used mutliple times. | ||
@@ -208,4 +208,4 @@ #### `parse` method | ||
> Note: A warning will be emitted if a annotation is used more than once. Only the first value is used. | ||
## Development | ||
@@ -217,2 +217,6 @@ | ||
#### 0.5.0 | ||
* Add `multiple` key, to indicate if a annoation can be used more than once per comment. | ||
#### 0.4.0 | ||
@@ -219,0 +223,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28030
275