Index: trunk/glueforge/examples/complex.md
===================================================================
--- trunk/glueforge/examples/complex.md	(revision 5963)
+++ trunk/glueforge/examples/complex.md	(revision 6458)
@@ -1,10 +1,10 @@
 glueforge METADATA
-    pkg_name        STR  foodb 
+    pkg_name        STR  foodb
     pkg_namespace   STR  foo
 END
 
 foo METADATA
-    foo     STR     60      # Primary Key
-    bar     S32     0 
+    foo     STR     60      # Primary Key # the name of foo thing
+    bar     S32     0       ## count of bar
     baz     F32     0.0
     boing   F64     0.0
@@ -16,5 +16,5 @@
     boing   F64     0.0
     baz     F32     0.0
-    bar     S32     0 
-    foo     STR     60      # Primary Key
+    bar     S32     0       ## count of bar
+    foo     STR     60      # Primary Key # the name of foo thing
 END
