[TIMOB-9185] Tooling: support void return types
| GitHub Issue | n/a | 
|---|---|
| Type | New Feature | 
| Priority | Low | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2012-06-03T01:44:15.000+0000 | 
| Affected Version/s | Release 2.0.1 | 
| Fix Version/s | Release 2.1.0, Sprint 2012-11 Core | 
| Components | Tooling | 
| Labels | core | 
| Reporter | Arthur Evans | 
| Assignee | Bill Dawson | 
| Created | 2012-05-21T18:05:44.000+0000 | 
| Updated | 2012-06-06T14:49:38.000+0000 | 
Description
	Currently, if we explicitly specify a return type of void, validate.py throws warnings:
returns:
    type: void
returns:
  - type: void
  - type: Titanium.Blob
Testing Notes
* Open apidoc/Titanium/Titanium.yml in an editor. * Find the documentation for theincludemethod (it's the first method in themethods:section and should be on about line 58.) * Add areturnsstatement for it thusly:returns: {type: void}includemethod.) * Runpython validate.py. You should get a validation error if you're testing the master branch, and no error if you are testing my pull request.Closing feature. Did not encounter any errors after following Bill's testing notes. Tested against master branch: version=2.1.0 module_apiversion=2 timestamp=06/06/12 14:33 githash=13b9cc7