added "inference" entity;
authorwenzelm
Wed, 11 Feb 2009 21:39:37 +0100
changeset 29726 5f91ff5c03a2
parent 29725 03916d2d16d3
child 29727 cda1fb36a082
added "inference" entity;
doc-src/antiquote_setup.ML
--- a/doc-src/antiquote_setup.ML	Wed Feb 11 21:39:12 2009 +0100
+++ b/doc-src/antiquote_setup.ML	Wed Feb 11 21:39:37 2009 +0100
@@ -1,5 +1,4 @@
 (*  Title:      Doc/antiquote_setup.ML
-    ID:         $Id$
     Author:     Makarius
 
 Auxiliary antiquotations for the Isabelle manuals.
@@ -193,6 +192,7 @@
   entity_antiqs no_check "" "case" @
   entity_antiqs (K ThyOutput.defined_command) "" "antiquotation" @
   entity_antiqs (fn _ => fn name => is_some (OS.Process.getEnv name)) "isatt" "setting" @
+  entity_antiqs no_check "" "inference" @
   entity_antiqs no_check "isatt" "executable" @
   entity_antiqs (K check_tool) "isatt" "tool" @
   entity_antiqs (K (File.exists o Path.explode)) "isatt" "file" @