aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/explore.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:06:42 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-04-29 16:06:42 +0000
commitccba6c718af6a5a15f278fc9365b6ad27108e98f (patch)
treef0229aa4d08eb12db1fb1e76f227076c117d59bf /lib/explore.mli
parent06456c76b7fa2f0c69380faf27a6ca403b1e6f3f (diff)
Various minor improvements of comments in mli for ocamldoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12976 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/explore.mli')
-rw-r--r--lib/explore.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/explore.mli b/lib/explore.mli
index 0e8eb32be..1f17f8a4c 100644
--- a/lib/explore.mli
+++ b/lib/explore.mli
@@ -8,7 +8,7 @@
(** {6 Search strategies. } *)
-(** {6 Sect } *)
+(** {6 ... } *)
(** A search problem implements the following signature [SearchProblem].
[state] is the type of states of the search tree.
[branching] is the branching function; if [branching s] returns an
@@ -31,7 +31,7 @@ module type SearchProblem = sig
end
-(** {6 Sect } *)
+(** {6 ... } *)
(** Functor [Make] returns some search functions given a search problem.
Search functions raise [Not_found] if no success is found.
States are always visited in the order they appear in the