gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
100 stars 17 forks source link

Polish: remove example requirement in module documentation when examples are enforces #39

Closed IMax153 closed 3 years ago

IMax153 commented 3 years ago

This PR prevents the enforceExamples flag from requiring examples in the top-level module documentation. Closes #38.

As a side note, I am not 100% satisfied with the implementation of this fix, but seeing as we are actively investigating whether we can port the Parser module to use the TypeScript compiler which will likely require a complete overhaul, I thought it was good enough for now.

0.6.8

gcanti commented 3 years ago

Thanks @IMax153