Remove unused C_COMMENT_STRING terminal from the grammar.
This was a leftover from the initial Doxygen GSoC work in 2008 and should have
been removed by 4951d4a900 (GSoC 2012).
This commit is contained in:
parent
302955a152
commit
751dbf2bb7
1 changed files with 0 additions and 1 deletions
|
|
@ -1472,7 +1472,6 @@ static void mark_nodes_as_extend(Node *n) {
|
|||
%token PARSETYPE PARSEPARM PARSEPARMS
|
||||
%token <str> DOXYGENSTRING
|
||||
%token <str> DOXYGENPOSTSTRING
|
||||
%token <str> C_COMMENT_STRING
|
||||
|
||||
%left CAST
|
||||
%left QUESTIONMARK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue