TypeStrong / grunt-typedoc

Grunt plugin to generate TypeScript docs with TypeDoc
MIT License
17 stars 29 forks source link

Implement boolean option flags and change TypeDoc path strategy #17

Closed markvandenbrink closed 8 years ago

markvandenbrink commented 8 years ago

This PR implements boolean option flags as suggested in #8 and it suggests a different strategy for finding the TypeDoc executable. If TypeDoc is installed in the same project directory as Grunt-TypeDoc, this peer TypeDoc instance is used instead of the child TypeDoc which is included in Grunt-TypeDoc. This allows faster adoption of new TypeDoc versions without the need to wait for an updated version of Grunt-TypeDoc (just update TypeDoc in your project). If TypeDoc is not installed as peer the old behavior will be used instead.