This file is indexed.

/usr/share/doc/libtyxml-ocaml-dev/api/Html5.P.html is in libtyxml-ocaml-doc 3.5.0-1.

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
48
49
50
51
<!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=utf-8" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Html5.M.html">
<link rel="next" href="Html5.Make_printer.html">
<link rel="Up" href="Html5.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 modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Xml" rel="Chapter" href="Xml.html">
<link title="Svg" rel="Chapter" href="Svg.html">
<link title="Html5" rel="Chapter" href="Html5.html">
<link title="Xml_iter" rel="Chapter" href="Xml_iter.html">
<link title="Xml_sigs" rel="Chapter" href="Xml_sigs.html">
<link title="Xml_wrap" rel="Chapter" href="Xml_wrap.html">
<link title="Xml_print" rel="Chapter" href="Xml_print.html">
<link title="Svg_sigs" rel="Chapter" href="Svg_sigs.html">
<link title="Svg_types" rel="Chapter" href="Svg_types.html">
<link title="Svg_f" rel="Chapter" href="Svg_f.html">
<link title="Html5_sigs" rel="Chapter" href="Html5_sigs.html">
<link title="Html5_types" rel="Chapter" href="Html5_types.html">
<link title="Html5_f" rel="Chapter" href="Html5_f.html">
<link title="Simplexmlparser" rel="Chapter" href="Simplexmlparser.html">
<link title="Pa_tyxml" rel="Chapter" href="Pa_tyxml.html"><title>Html5.P</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Html5.M.html" title="Html5.M">Previous</a>
&nbsp;<a class="up" href="Html5.html" title="Html5">Up</a>
&nbsp;<a class="post" href="Html5.Make_printer.html" title="Html5.Make_printer">Next</a>
</div>
<h1>Module <a href="type_Html5.P.html">Html5.P</a></h1>

<pre><span class="keyword">module</span> P: <code class="type"><a href="Xml_sigs.Typed_simple_printer.html">Xml_sigs.Typed_simple_printer</a></code><code class="type">  with type 'a elt := 'a M.elt
                                          and type doc := M.doc</code></pre><div class="info module top">
Simple printer for HTML5 documents<br>
</div>
<hr width="100%">

<pre><span id="TYPEelt"><span class="keyword">type</span> <code class="type">'a</code> elt</span> </pre>


<pre><span id="TYPEdoc"><span class="keyword">type</span> <code class="type"></code>doc</span> </pre>


<pre><span id="VALprint_list"><span class="keyword">val</span> print_list</span> : <code class="type">output:(string -> unit) -><br>       ?encode:(string -> string) -><br>       'a <a href="Xml_sigs.Typed_simple_printer.html#TYPEelt">elt</a> list -> unit</code></pre>
<pre><span id="VALprint"><span class="keyword">val</span> print</span> : <code class="type">output:(string -> unit) -><br>       ?encode:(string -> string) -><br>       ?advert:string -> <a href="Xml_sigs.Typed_simple_printer.html#TYPEdoc">doc</a> -> unit</code></pre></body></html>