src/Doc/ROOT
changeset 69105 b7274dfbf4b3
parent 68677 99b1cf1e2d48
child 69422 472af2d7835d
--- a/src/Doc/ROOT	Tue Oct 02 19:10:04 2018 +0200
+++ b/src/Doc/ROOT	Tue Oct 02 19:20:00 2018 +0200
@@ -16,7 +16,7 @@
     "root.tex"
     "style.sty"
 
-session Codegen_Basics in "Codegen" = "HOL-Library" +
+session Codegen_Basics (no_doc) in "Codegen" = "HOL-Library" +
   theories
     Setup
 
@@ -116,7 +116,7 @@
     "root.tex"
     "style.sty"
 
-session How_to_Prove_it (* FIXME (doc) *) in "How_to_Prove_it" = HOL +
+session How_to_Prove_it (no_doc) in "How_to_Prove_it" = HOL +
   options [document_variants = "how_to_prove_it", show_question_marks = false]
   theories
     How_to_Prove_it
@@ -502,6 +502,6 @@
     "root.tex"
     "style.sty"
 
-session Typeclass_Hierarchy_Basics in "Typeclass_Hierarchy" = "HOL-Library" +
+session Typeclass_Hierarchy_Basics (no_doc) in "Typeclass_Hierarchy" = "HOL-Library" +
   theories
     Setup