diff options
Diffstat (limited to 'src/runtime/c/pgf/linearizer.h')
| -rw-r--r-- | src/runtime/c/pgf/linearizer.h | 18 |
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; |
