aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-23 22:18:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-23 22:18:24 +0100
commitfbb83b0d183f1c8d09ff10fc10017eb2f53ea60d (patch)
treed915017b469f8b7146dba913ca93bf3ac6d7cbbc /vcal.h
parentFix c++ compile warnings. (diff)
downloadcalp-fbb83b0d183f1c8d09ff10fc10017eb2f53ea60d.tar.gz
calp-fbb83b0d183f1c8d09ff10fc10017eb2f53ea60d.tar.xz
Comments and generalizations.
Diffstat (limited to '')
-rw-r--r--vcal.h10
1 files changed, 10 insertions, 0 deletions
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"