From fbb83b0d183f1c8d09ff10fc10017eb2f53ea60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Feb 2019 22:18:24 +0100 Subject: Comments and generalizations. --- vcal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vcal.h') diff --git a/vcal.h b/vcal.h index 95811a7b..02a51ff5 100644 --- a/vcal.h +++ b/vcal.h @@ -10,6 +10,16 @@ // #include "trie.h" #undef TYPE +/* + * content_line: + * a mapping between a top level key, and everything it contains. + * content_set: + * A top level value, along with a list of kv pairs for all its + * possible parameters. + * param_set: + * A parameter key, along with a list of all its values. + */ + #define T strbuf #define V LLIST(strbuf) #include "pair.h" -- cgit v1.2.3