summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/linearizer.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-04-05 08:42:56 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-04-05 08:42:56 +0000
commita449a240de28948ea045021e923dea0594170782 (patch)
tree351b10795ffdea66b8b68e606c1ccf5933ed73fc /src/runtime/c/pgf/linearizer.h
parent3c244ff27f015df6cfa918c9ba3e192f4d5b62ff (diff)
a very simple linearization for partial abstract trees in the C runtime
Diffstat (limited to 'src/runtime/c/pgf/linearizer.h')
-rw-r--r--src/runtime/c/pgf/linearizer.h18
1 files changed, 0 insertions, 18 deletions
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;