1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs/inpolicy/index.html
2020-03-28 19:42:53 +00:00

85 lines
3 KiB
HTML

<html>
<head>
<title>inpolicy</title>
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="../inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<nav role="navigation">
<h1><a href="../webs.html">Sources</a></h1>
<ul>
<li><a href="../compiler.html">compiler tools</a></li>
<li><a href="../other.html"><b>other tools</b></a></li>
<li><a href="../extensions.html">extensions and kits</a></li>
<li><a href="../units.html">unit test tools</a></li>
</ul>
<h2>Other Tools</h2>
<ul>
<li><a href="../inblorb/index.html">inblorb</a></li>
<li><a href="../indoc/index.html">indoc</a></li>
<li><a href="../inpolicy/index.html">inpolicy</a></li>
<li><a href="../inrtps/index.html">inrtps</a></li>
</ul>
<h2>Foundation</h2>
<ul>
<li><a href="../../../inweb/docs/foundation-module/index.html">foundation</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../webs.html">Source</a></li><li><a href="../other.html">Other Tools</a></li><li><b>inpolicy</b></li></ul>
<p class="purpose">A lint-like tool to check up on various policies used in Inform source code. This is version 1.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="M"></a><spon class="chaptertitle">Manual</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="M-ui.html"><spon class="sectiontitle">Using Inpolicy</span></a> -
<span class="purpose">A very short guide to a very small program.</span></p>
</li>
<li>
<p><a href="M-rc.html"><spon class="sectiontitle">Reference Card</span></a> -
<span class="purpose">The current help information as it would be printed at the command line.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Setting Up</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-bsc.html"><spon class="sectiontitle">Basics</span></a> -
<span class="purpose">Some fundamental definitions.</span></p>
</li>
<li>
<p><a href="1-mn.html"><spon class="sectiontitle">Main</span></a> -
<span class="purpose">The top level, which decides what is to be done and then carries this plan out.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: Policies</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-pc.html"><spon class="sectiontitle">Problem Coverage</span></a> -
<span class="purpose">To see which problem messages have test cases and which are linked to the documentation.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
<p class="purpose">Together with the following imported module:
<ul class="chapterlist">
<li><p>foundation - A library of common code used by all of the Inform tools.</p></li></ul>
</main>
</body>
</html>