Move domain decription to client side; add some more describers
[hcoop/domtool2.git] / src / domain.sig
index bdf92de..b30f3ec 100644 (file)
@@ -105,7 +105,7 @@ signature DOMAIN = sig
     (* Argument is domain to describe, over all nodes. *)
 
     datatype description =
-            Filename of { filename : string, heading : string }
+            Filename of { filename : string, heading : string, showEmpty : bool }
           | Extension of { extension : string, heading : string -> string }
 
     val considerAll : description list -> subject -> string