protoml-parser
Version:
ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.
25 lines (24 loc) • 913 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Protoml MacroHelp - ProtoML 1.4.2+build67</title>
<link rel="stylesheet" href="help.css">
</head>
<body>
<nav class="topnav">
<a href="../toc.html">Contents</a>
<span class="version">ProtoML 1.4.2+build67</span>
</nav>
<main class="page">
<h1>Protoml MacroHelp</h1>
<div class="topic-meta">Topic: <code>protoml-macroHelp</code></div>
<h2>Explanation</h2>
<p>Displays detailed help information about a specific macro definition.</p>
<p>This includes the macro's name, documentation text (<code>=docs:</code>) and optionally its <code>=template:</code> if included.</p>
<p>The macro file path should generally be wrapped in double quotes, especially when using <code>{{macro_dir}}</code>.</p>
<h2>Examples</h2>
<pre><code>protoparser --macroHelp "{{macro_dir}}/finance/f_entry.pml"</code></pre>
</main>
</body>
</html>