From b4f9a930106bdda3836c57a8e1510e995ed96663 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Nov 2014 08:20:23 +0100 Subject: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-kbdc/make-tree.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/mds-kbdc') diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c index ce956f2..d96ae47 100644 --- a/src/mds-kbdc/make-tree.c +++ b/src/mds-kbdc/make-tree.c @@ -646,6 +646,13 @@ while (0) +/** + * Create new leaf and update the stack accordingly + * + * @param LOWERCASE:identifier The keyword, for the node type, in lower case + * @param UPPERCASE:identifier The keyword, for the node type, in upper case + * @param PARSE:expression Statement, without final semicolon, to retrieve members + */ #define MAKE_LEAF(LOWERCASE, UPPERCASE, PARSE) \ do \ { \ @@ -656,6 +663,13 @@ while (0) +/** + * Create new branch and update the stack accordingly + * + * @param LOWERCASE:identifier The keyword, for the node type, in lower case + * @param UPPERCASE:identifier The keyword, for the node type, in upper case + * @param PARSE:expression Statement, without final semicolon, to retrieve members + */ #define MAKE_BRANCH(LOWERCASE, UPPERCASE, PARSE) \ do \ { \ -- cgit v1.2.3-70-g09d2