From a449a240de28948ea045021e923dea0594170782 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 5 Apr 2013 08:42:56 +0000 Subject: a very simple linearization for partial abstract trees in the C runtime --- src/runtime/c/pgf/linearizer.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/runtime/c/pgf/linearizer.h') diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h index c3a1cc2ca..ce7e483b6 100644 --- a/src/runtime/c/pgf/linearizer.h +++ b/src/runtime/c/pgf/linearizer.h @@ -48,24 +48,6 @@ typedef GuEnum PgfCncTreeEnum; PgfCncTreeEnum* pgf_lzr_concretize(PgfConcr* concr, PgfExpr expr, GuPool* pool); -/** @} - * - * @name Linearizing concrete syntax trees - * - * An individual concrete syntax tree has several different - * linearizations, corresponding to the various fields and cases of - * corresponding GF values. The number of these linearizations, called - * the \e dimension of the tree, can be retrieved with - * #pgf_cnc_tree_dimension. - * - * A single linearization of a concrete syntax tree is performed by - * #pgf_lzr_linearize. The linearization is realized as a sequence of - * events that are notified by calling the functions of a #PgfLinFuncs - * structure that the client provides. - * - * @{ - */ - /// Callback functions for linearization. typedef struct PgfLinFuncs PgfLinFuncs; -- cgit v1.2.3