- /* Even more tables. */
- inline TokenNumberType translate_ (int token);
- inline void destruct_ (const char *yymsg,
- int yytype,
- SemanticType *yyvaluep, LocationType *yylocationp);
+ /// Convert a scanner token number to a symbol number.
+ inline TokenNumberType yytranslate_ (int token);
+
+ /// \brief Reclaim the memory associated to a symbol.
+ /// \param yymsg Why this token is reclaimed.
+ /// \param yytype The symbol type.
+ /// \param yyvaluep Its semantic value.
+ /// \param yylocationp Its location.
+ inline void yydestruct_ (const char* yymsg,
+ int yytype,
+ SemanticType* yyvaluep,
+ LocationType* yylocationp);