hhvm / hack-codegen

Library to programatically generate Hack code and write it to signed files
https://hhvm.github.io/hack-codegen/
MIT License
341 stars 93 forks source link

Document CodegenConstant, CodegenConstructor, CodegenEnum #94

Closed fredemmott closed 6 years ago

fredemmott commented 6 years ago

Remove CodegenEnum::setDeclComment: I /think/ it's been superceded by setDocBlock() and there's no tests or examples.