/usr/share/doc/dose-doc/dose3.docdir/Doseparse.StdOptions.DistcheckOptions.html is in dose-doc 5.0.1-9build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Doseparse.StdOptions.MakeOptions.html">
<link rel="next" href="Doseparse.StdOptions.OutputOptions.html">
<link rel="Up" href="Doseparse.StdOptions.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Common" rel="Chapter" href="Common.html">
<link title="Versioning" rel="Chapter" href="Versioning.html">
<link title="Algo" rel="Chapter" href="Algo.html">
<link title="Debian" rel="Chapter" href="Debian.html">
<link title="Pef" rel="Chapter" href="Pef.html">
<link title="Opam" rel="Chapter" href="Opam.html">
<link title="Doseparse" rel="Chapter" href="Doseparse.html"><title>Doseparse.StdOptions.DistcheckOptions</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Doseparse.StdOptions.MakeOptions.html" title="Doseparse.StdOptions.MakeOptions">Previous</a>
<a class="up" href="Doseparse.StdOptions.html" title="Doseparse.StdOptions">Up</a>
<a class="post" href="Doseparse.StdOptions.OutputOptions.html" title="Doseparse.StdOptions.OutputOptions">Next</a>
</div>
<h1>Module <a href="type_Doseparse.StdOptions.DistcheckOptions.html">Doseparse.StdOptions.DistcheckOptions</a></h1>
<pre><span class="keyword">module</span> DistcheckOptions: <code class="code">sig</code> <a href="Doseparse.StdOptions.DistcheckOptions.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span id="VALsuccess"><span class="keyword">val</span> success</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALfailure"><span class="keyword">val</span> failure</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALexplain"><span class="keyword">val</span> explain</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALminimal"><span class="keyword">val</span> minimal</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALcondense"><span class="keyword">val</span> condense</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALsummary"><span class="keyword">val</span> summary</span> : <code class="type">bool OptParse.Opt.t</code></pre>
<pre><span id="VALdefault_options"><span class="keyword">val</span> default_options</span> : <code class="type">string list</code></pre>
<pre><span id="VALgroup"><span class="keyword">val</span> group</span> : <code class="type">OptParse.OptParser.group option Pervasives.ref</code></pre>
<pre><span id="VALdescr"><span class="keyword">val</span> descr</span> : <code class="type">string</code></pre>
<pre><span id="VALadd_options"><span class="keyword">val</span> add_options</span> : <code class="type">?default:string list -> OptParse.OptParser.t -> unit</code></pre>
<pre><span id="VALadd_option"><span class="keyword">val</span> add_option</span> : <code class="type">?short_name:char -><br> ?long_name:string -><br> ?help:string -><br> OptParse.OptParser.t -><br> ?hide:bool -><br> ?short_names:char list -><br> ?long_names:string list -> 'a OptParse.Opt.t -> unit</code></pre></body></html>
|