You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Backend__Printer (infer.Backend__Printer)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; Backend__Printer</nav><h1>Module <code>Backend__Printer</code></h1></header><aside><p>Printers for the analysis results</p></aside><dl><dt class="spec value" id="val-curr_html_formatter"><a href="#val-curr_html_formatter" class="anchor"></a><code><span class="keyword">val</span> curr_html_formatter : <span>Stdlib.Format.formatter <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt><dd><p>Current html formatter</p></dd></dl><dl><dt class="spec value" id="val-node_finish_session"><a href="#val-node_finish_session" class="anchor"></a><code><span class="keyword">val</span> node_finish_session : <a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Finish a session, and perform delayed print actions if required</p></dd></dl><dl><dt class="spec value" id="val-node_start_session"><a href="#val-node_start_session" class="anchor"></a><code><span class="keyword">val</span> node_start_session : <span>pp_name:<span>(Stdlib.Format.formatter <span>&#45;&gt;</span> unit)</span></span> <span>&#45;&gt;</span> <a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> <span>&#45;&gt;</span> int <span>&#45;&gt;</span> unit</code></dt><dd><p>Start a session, and create a new html fine for the node if it does not exist yet</p></dd></dl><dl><dt class="spec value" id="val-write_proc_html"><a href="#val-write_proc_html" class="anchor"></a><code><span class="keyword">val</span> write_proc_html : <a href="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Write html file for the procedure.</p></dd></dl><dl><dt class="spec value" id="val-write_all_html_files"><a href="#val-write_all_html_files" class="anchor"></a><code><span class="keyword">val</span> write_all_html_files : <a href="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Group procedures used in the file by their corresponding source files, and create filename.ext.html for each such a file.</p></dd></dl></div></body></html>