raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

merge in master #161

Closed Lenois closed 8 years ago

Lenois commented 8 years ago

This change was to support the Capitalize function that is part of the JsonSchema2Pojo library. Currently if this is used within raml, the documentation cannot be generated.

dmartinezg commented 8 years ago

capitalize is not a RAML 0.8 defined function for trait or Resource Type parameters:

https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md#parameters

Lenois commented 8 years ago

I added an issue to the raml-spec, hopefully they add it to the spec for 1.0.

dmartinezg commented 8 years ago

Can you please close this issue then?

RAML parser should not add custom functionality outside of the RAML spec.