[TIMOB-13646] Validate.py should accept multiple directories
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-06T19:47:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 09, Release 3.2.0 |
Components | Tooling |
Labels | n/a |
Reporter | Jon Alter |
Assignee | Jon Alter |
Created | 2013-04-22T21:54:51.000+0000 |
Updated | 2017-03-16T21:06:19.000+0000 |
Description
validate.py should be able to be run against module docs that have references to Titanium.* Currently, the module docs need to be copied to the apidoc folder in titanium_mobile so that it can validate without throwing errors that Titanium.* could not be found.
validate.py should be able to be run against module documentation and validate with or without the Titanium documentation
PR:
https://github.com/appcelerator/titanium_mobile/pull/4208Notes:
The doc directories to validate can be set in two waysUsing -d or -dir followed by a doc path
#* This will take one directory #* The titanium docs dir will not be included automaticallyFollow up validate with a list of doc directories separated by spaces
#* Multiple directories can be validated at once #* The titanium docs dir will be included automaticallyTo validate multiple directories but not include the titanium docs dir combine the two methods passing the first directory with -dir and the rest separated by spaces
Closing ticket as fixed.