X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b0f4c4eaa1da1437b18d5d8e250d666133225d8a..9baf4d74a62f21448a30109ccc60efae22229a98:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 9da8afe5..8bb7e897 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -30,7 +30,7 @@ typedef struct symbol_list { /** * Whether this node contains a symbol, a semantic type, a \c <*>, or a - * \c . + * \c <>. */ enum { SYMLIST_SYMBOL, SYMLIST_TYPE, @@ -81,7 +81,7 @@ symbol_list *symbol_list_type_new (uniqstr type_name, location loc); /** Create a list containing a \c <*> at \c loc. */ symbol_list *symbol_list_default_tagged_new (location loc); -/** Create a list containing a \c at \c loc. */ +/** Create a list containing a \c <> at \c loc. */ symbol_list *symbol_list_default_tagless_new (location loc); /** Print this list.