]> git.saurik.com Git - bison.git/commitdiff
formatting changes
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 12:41:20 +0000 (14:41 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 14:51:26 +0000 (16:51 +0200)
* src/symtab.h: here.

src/symtab.h

index db902e757a90f5589092ed859e849e4f10439396..abcafa6cfae298e2a56704ec55ec23ed08a2e327 100644 (file)
@@ -62,21 +62,23 @@ struct symbol
 
   /** Its \c \%type.  */
   uniqstr type_name;
+
   /** Its \c \%type's location.  */
   location type_location;
 
   /** Any \c \%destructor declared specifically for this symbol.
 
-     Access this field only through <tt>symbol</tt>'s interface functions.  For
-     example, if <tt>symbol::destructor = NULL</tt>, a default \c \%destructor
-     or a per-type \c \%destructor might be appropriate, and
-     \c symbol_destructor_get will compute the correct one.  */
+      Access this field only through <tt>symbol</tt>'s interface
+      functions.  For example, if <tt>symbol::destructor = NULL</tt>, a
+      default \c \%destructor or a per-type \c \%destructor might be
+      appropriate, and \c symbol_destructor_get will compute the
+      correct one.  */
   code_props destructor;
 
   /** Any \c \%printer declared specifically for this symbol.
 
-     Access this field only through <tt>symbol</tt>'s interface functions.
-     \sa symbol::destructor  */
+      Access this field only through <tt>symbol</tt>'s interface functions.
+      \sa symbol::destructor  */
   code_props printer;
 
   symbol_number number;