summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_info.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-07-23 14:12:03 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-07-23 14:12:03 +0000
commit37bf95c248f7f8e9f0f2557224837e530c428e93 (patch)
tree1fe95869eaf97ba5888bb1f2a7163a4d6770d4f3 /ocamldoc/odoc_info.ml
parent30fdb7585514c6557ad38b87f8bfe079c322edc4 (diff)
downloadocaml-37bf95c248f7f8e9f0f2557224837e530c428e93.tar.gz
detabisation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5029 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_info.ml')
-rw-r--r--ocamldoc/odoc_info.ml18
1 files changed, 9 insertions, 9 deletions
diff --git a/ocamldoc/odoc_info.ml b/ocamldoc/odoc_info.ml
index 6ced0503f0..1ad74d4e74 100644
--- a/ocamldoc/odoc_info.ml
+++ b/ocamldoc/odoc_info.ml
@@ -175,15 +175,15 @@ module Search =
struct
type result_element = Odoc_search.result_element =
Res_module of Module.t_module
- | Res_module_type of Module.t_module_type
- | Res_class of Class.t_class
- | Res_class_type of Class.t_class_type
- | Res_value of Value.t_value
- | Res_type of Type.t_type
- | Res_exception of Exception.t_exception
- | Res_attribute of Value.t_attribute
- | Res_method of Value.t_method
- | Res_section of string
+ | Res_module_type of Module.t_module_type
+ | Res_class of Class.t_class
+ | Res_class_type of Class.t_class_type
+ | Res_value of Value.t_value
+ | Res_type of Type.t_type
+ | Res_exception of Exception.t_exception
+ | Res_attribute of Value.t_attribute
+ | Res_method of Value.t_method
+ | Res_section of string
type search_result = result_element list