dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
534 stars 66 forks source link

Fix parenthesis issues blocking documentation generation #249

Closed cym13 closed 6 years ago

cym13 commented 6 years ago

Building documentation with dub build -b docs or dub build -b ddox returned an error due to some mismatched parentheses.

Incidentally this error prevents other projects using Pegged as a dependency to build docs properly.

This commit fixes those issues.

EDIT: version informations:

DUB version 1.9.0, built on May 3 2018 DMD64 D Compiler v2.080.0-dirty

PhilippeSigaud commented 6 years ago

Oh, OK. Thanks a lot for the PR, I'll merge it right now!