aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-17 14:35:43 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-04-17 14:35:43 +0000
commita762421eebc4fe49b1ee2522f3032caa60978f40 (patch)
treead55db588c32fbe58b95590bd1a02f59df5c17bc /ide/coq.mli
parent610d5c1e971178f2647aa05d27265e08738a31dc (diff)
Coqide: the coqtop to launch is a preference.
If it is AUTO then we keep the heuristic to change coqide by coqtop in Sys.executable_name. If it fails coqtop location must be given by the users. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15188 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli8
1 files changed, 5 insertions, 3 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index 9d64da6c2..f2aa4abad 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -13,11 +13,13 @@
val short_version : unit -> string
val version : unit -> string
-(** * Initial checks by launching test coqtop processes *)
-
+(** * Launch a test coqtop processes, ask for a correct coqtop if it fails.
+ @return if coqide should go further & the list of arguments that coqtop
+ did not understand. (the files probably ..) *)
val filter_coq_opts : string list -> bool * string list
-(** A mock coqtop launch, checking in particular that initial.coq is found *)
+(** Launch a coqtop with the user args in order to be sure that it works,
+ checking in particular that initial.coq is found *)
val check_connection : string list -> unit
(** * The structure describing a coqtop sub-process *)