From a76c741d9b2c0ec21f9f9964ed22154ab47230a6 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 20 Aug 2012 09:09:04 +0200 Subject: [PATCH] doc: address a fixme * doc/bison.texi (Calc++ Parser): Add a cross-reference. --- doc/bison.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/bison.texi b/doc/bison.texi index 94367190..0a0ae01c 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -10320,9 +10320,8 @@ tags. No @code{%destructor} is needed to enable memory deallocation during error recovery; the memory, for strings for instance, will be reclaimed by the regular destructors. All the values are printed using their -@code{operator<<}. +@code{operator<<} (@pxref{Printer Decl, , Printing Semantic Values}). -@c FIXME: Document %printer, and mention that it takes a braced-code operand. @comment file: calc++-parser.yy @example %printer @{ yyoutput << $$; @} <*>; -- 2.45.2