Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# の ANTLR4 を使用しています。
文法ファイルのヘッダーにこのようなものを入れる方法があることを知っています
@header { #pragma warning disable 1591,1574 }
フッターにも同様のものはありますか?生成された C# パーサーおよびレクサー C# ファイルの最後に #pragma restore を配置したいと考えています。
乾杯、ヴァン