added formal markup for setting, executable, tool;
authorwenzelm
Mon, 15 Sep 2008 16:43:31 +0200
changeset 28217 21f0c2de0a38
parent 28216 5423ad29648e
child 28218 1cb3bd5b664a
added formal markup for setting, executable, tool;
doc-src/antiquote_setup.ML
--- a/doc-src/antiquote_setup.ML	Mon Sep 15 16:42:09 2008 +0200
+++ b/doc-src/antiquote_setup.ML	Mon Sep 15 16:43:31 2008 +0200
@@ -198,7 +198,10 @@
   entity_antiqs no_check "" "fact" @
   entity_antiqs no_check "" "variable" @
   entity_antiqs no_check "" "case" @
-  entity_antiqs (K ThyOutput.defined_command) "" "antiquotation");
+  entity_antiqs (K ThyOutput.defined_command) "" "antiquotation" @
+  entity_antiqs no_check "isatt" "setting" @
+  entity_antiqs no_check "isatt" "executable" @
+  entity_antiqs no_check "isatt" "tool");
 
 end;