From 943b139b0337766a7a8b5d08beca1c2085da082d Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Sat, 30 Oct 2010 21:13:23 +0200
Subject: [PATCH] clarify a bit of Variables doxy

---
 libwccl/variables.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libwccl/variables.h b/libwccl/variables.h
index 6f124de..bf2259e 100644
--- a/libwccl/variables.h
+++ b/libwccl/variables.h
@@ -77,7 +77,7 @@ public:
  * Values are subtypes of the Value class, valid types are listed as arguments
  * of instantiations of the detail::Vmap base class template, and in the type
  * list below. Adding a new subtype should only take adding it to these two
- * places.
+ * places: inherit from another Vmap, add to typelist.
  */
 class Variables : detail::Vmap<Value>
 	, detail::Vmap<Bool>
-- 
GitLab