Allow disabling doc-comments in hhas
commit98d7fe124915cec6594ffad330896319dc3cdb52
authorMark Williams <mwilliams@fb.com>
Fri, 8 Jun 2018 19:26:48 +0000 (8 12:26 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 11 Jun 2018 16:29:32 +0000 (11 09:29 -0700)
tree276593892328e1f87aa6f761bb8fcacff0488ec2
parent2f38a64d98d6c6d826ba3d02ed59fae01f6c80f8
Allow disabling doc-comments in hhas

Summary:
With hackc enabled, -vGenerateDocComments=false was doing
nothing. Move it to RuntimeOption, and check it in as.cpp.

Reviewed By: oulgen

Differential Revision: D8322089

fbshipit-source-id: a2824ec060c542619985648de59652e17f365f77
hphp/compiler/analysis/emitter.cpp
hphp/compiler/option.cpp
hphp/compiler/option.h
hphp/doc/options.compiler
hphp/runtime/base/runtime-option.h
hphp/runtime/base/unit-cache.cpp
hphp/runtime/vm/as.cpp