summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_sig.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_sig.ml')
-rw-r--r--ocamldoc/odoc_sig.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml
index 6510d58149..a71b076104 100644
--- a/ocamldoc/odoc_sig.ml
+++ b/ocamldoc/odoc_sig.ml
@@ -683,6 +683,7 @@ module Analyser =
m_top_deps = [] ;
m_code = None ;
m_code_intf = code_intf ;
+ m_text_only = false ;
}
in
let (maybe_more, info_after_opt) =
@@ -773,6 +774,7 @@ module Analyser =
m_top_deps = [] ;
m_code = None ;
m_code_intf = code_intf ;
+ m_text_only = false ;
}
in
let (maybe_more, info_after_opt) =
@@ -1318,6 +1320,7 @@ module Analyser =
m_top_deps = [] ;
m_code = None ;
m_code_intf = code_intf ;
+ m_text_only = false ;
}
end