Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13646] Validate.py should accept multiple directories

GitHub Issuen/a
TypeSub-task
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-05-06T19:47:32.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 09, Release 3.2.0
ComponentsTooling
Labelsn/a
ReporterJon Alter
AssigneeJon Alter
Created2013-04-22T21:54:51.000+0000
Updated2017-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

Comments

  1. Jon Alter 2013-04-23

    PR:

    https://github.com/appcelerator/titanium_mobile/pull/4208

    Notes:

    The doc directories to validate can be set in two ways

    Using -d or -dir followed by a doc path

    #* This will take one directory #* The titanium docs dir will not be included automatically
    ./validate.py /Path

    Follow 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 automatically
    ./validate.py -d /Path
    To 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
  2. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source