* doc/bison.texinfo (C++ Parser Interface): Use defcv to define

class typedefs.
This commit is contained in:
Akim Demaille
2005-06-24 14:56:11 +00:00
parent 12545799f9
commit 8a0adb0183
2 changed files with 8 additions and 4 deletions

View File

@@ -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> 2005-06-22 Akim Demaille <akim@epita.fr>
* doc/bison.texinfo (C++ Language Interface): First stab. * doc/bison.texinfo (C++ Language Interface): First stab.

View 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 it describes an additional member of the parser class, and an
additional argument for its constructor. additional argument for its constructor.
@deftypemethod {parser} {semantic_value_type} @defcv {Type} {parser} {semantic_value_type}
@deftypemethodx {parser} {location_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 defcv
@end deftypemethod
@deftypemethod {parser} {} parser (@var{type1} @var{arg1}, ...) @deftypemethod {parser} {} parser (@var{type1} @var{arg1}, ...)
Build a new parser object. There are no arguments by default, unless Build a new parser object. There are no arguments by default, unless