]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (C++ Parser Interface): Use defcv to define
authorAkim Demaille <akim@epita.fr>
Fri, 24 Jun 2005 14:56:11 +0000 (14:56 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 24 Jun 2005 14:56:11 +0000 (14:56 +0000)
class typedefs.

ChangeLog
doc/bison.texinfo

index 20b2c29284140d658ecca90a061d9766514d424c..6d06d1d47965d480754d66455b8923b9f17da091 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-24  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
+       class typedefs.
+
 2005-06-22  Akim Demaille  <akim@epita.fr>
 
        * doc/bison.texinfo (C++ Language Interface): First stab.
 2005-06-22  Akim Demaille  <akim@epita.fr>
 
        * doc/bison.texinfo (C++ Language Interface): First stab.
index 189799a8f8c36ff303ef94b370073e2a52574641..380bc152acabff3ef2d0be9a7cd8b0fcd83111c1 100644 (file)
@@ -6928,11 +6928,10 @@ this class is detailled below.  It can be extended using the
 it describes an additional member of the parser class, and an
 additional argument for its constructor.
 
 it describes an additional member of the parser class, and an
 additional argument for its constructor.
 
-@deftypemethod {parser} {semantic_value_type}
-@deftypemethodx {parser} {location_value_type}
+@defcv {Type} {parser} {semantic_value_type}
+@defcvx {Type} {parser} {location_value_type}
 The types for semantics value and locations.
 The types for semantics value and locations.
-@c FIXME: deftypemethod pour des types ???
-@end deftypemethod
+@end defcv
 
 @deftypemethod {parser} {} parser (@var{type1} @var{arg1}, ...)
 Build a new parser object.  There are no arguments by default, unless
 
 @deftypemethod {parser} {} parser (@var{type1} @var{arg1}, ...)
 Build a new parser object.  There are no arguments by default, unless