From: Akim Demaille Date: Fri, 24 Jun 2005 14:56:11 +0000 (+0000) Subject: * doc/bison.texinfo (C++ Parser Interface): Use defcv to define X-Git-Tag: BISON-2_1~118 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8a0adb01838b1b432849f34305ed0144f4716b5c * doc/bison.texinfo (C++ Parser Interface): Use defcv to define class typedefs. --- diff --git a/ChangeLog b/ChangeLog index 20b2c292..6d06d1d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-24 Akim Demaille + + * doc/bison.texinfo (C++ Parser Interface): Use defcv to define + class typedefs. + 2005-06-22 Akim Demaille * doc/bison.texinfo (C++ Language Interface): First stab. diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 189799a8..380bc152 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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. -@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. -@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