Home | History | Annotate | Download | only in doxygen

Lines Matching full:includes

86 /// \subsection hdrinclude \@includes section
88 /// The <code>\@parser::includes</code> or <code>\@lexer::includes</code> annotations cause
90 /// includes required by the ANTLR generated code.
101 /// @lexer::includes
106 /// @parser::includes
117 /// includes required by the ANTLR generated code.
120 /// in the code before the standard ANTLR runtime includes defined them. This allows you
121 /// to override any predefined symbols and options that the includes otherwise take
130 /// file (which includes the standard ANTLR3C library includes.
132 /// Code you place here then will be subject to any macros defined by your own includes, by the
133 /// generated include and by the standard ANTLR3 includes. This is a good place to <code>\#undef</code>
134 /// anything that you don;t like the default values of, but cannot override before the includes