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
Polish
modules no longer require examples when enforceExamples is true (@IMax153)
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
enforceExamples
is true (@IMax153)