summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_man.ml
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2003-11-21 12:46:30 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2003-11-21 12:46:30 +0000
commit922ce3d7c919a41b44defe621d6b7b45b344bc33 (patch)
treec1ccc5fdac2c1d230ea54b4216f3f88dd2120130 /ocamldoc/odoc_man.ml
parentdf0a2df61924f0fda67e7aa62ab4c2a938d353d1 (diff)
downloadocaml-922ce3d7c919a41b44defe621d6b7b45b344bc33.tar.gz
fix display of include directives and comments associated to include directives are not kept and displayed
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5941 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_man.ml')
-rw-r--r--ocamldoc/odoc_man.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamldoc/odoc_man.ml b/ocamldoc/odoc_man.ml
index f6dcc3280c..8b61bb1ac5 100644
--- a/ocamldoc/odoc_man.ml
+++ b/ocamldoc/odoc_man.ml
@@ -527,6 +527,8 @@ class man =
in
self#relative_idents m_name name
)^
+ "\n.sp\n"^
+ (self#man_of_info im.im_info)^
"\n.sp\n"
(** Generate the man page for the given class.*)