[TIMOB-18820] Windows: Whitelisted API YAML docs aren't generated in correct folder structure
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-04-15T13:45:00.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.1.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2015-04-10T13:57:29.000+0000 |
| Updated | 2017-03-16T22:35:10.000+0000 |
Description
From https://github.com/appcelerator/titanium_mobile_windows/pull/210#issuecomment-91082729
I found that YAML files for
Ti.XML.* generated directly under Titanium. Shouldn't that be placed under Titanium/XML?
$ ls apidoc/Titanium/
API.yml Database.yml ListItem_white.yml String_white.yml
Accelerometer_white.yml DocumentFragment_white.yml Map TabGroup_white.yml
Analytics.yml DocumentType_white.yml Map.yml Tab_white.yml
App Document_white.yml NamedNodeMap_white.yml Text_white.yml
App.yml Element_white.yml Network Titanium.yml
Attr_white.yml EntityReference_white.yml Network.yml UI
Blob.yml Entity_white.yml NodeList_white.yml UI.yml
CDATASection_white.yml Filesystem Node_white.yml Utils.yml
CharacterData_white.yml Filesystem.yml Notation_white.yml XML.yml
Comment_white.yml Gesture.yml Platform console_white.yml
DOMImplementation_white.yml GlobalObject.yml Platform.yml
Database JSON_white.yml ProcessingInstruction_white.yml
PR : https://github.com/appcelerator/titanium_mobile_windows/pull/217
Closing ticket as fixed.