manual/html/macro.html in taskjuggler-3.6.0 vs manual/html/macro.html in taskjuggler-3.7.1
- old
+ new
@@ -1,7 +1,7 @@
<!DOCTYPE html>
-<!-- This file has been generated by tj3man v3.6.0 -->
+<!-- This file has been generated by tj3man v3.7.1 -->
<html lang="en" xml:lang="en">
<head>
<title>macro</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=9" http-equiv="X-UA-Compatible"/>
@@ -44,12 +44,12 @@
</pre></div>
<p>If later <code>${FOO}</code> is found in the project file, it is expanded to <code>This text</code>.</p>
<p>Macros may have arguments. Arguments are accessed with special macros with numbers as names. The number specifies the index of the argument.</p>
<div codesection="1"><pre codesection="1">macro FOO [ This ${1} text ]
</pre></div>
- <p>will expand to <code>This stupid text</code> if called as <code>${FOO "stupid"}</code>. Macros may call other macros. All macro arguments must be enclosed by double quotes. In case the argument contains a double quote, it must be escaped by a slash (<code>/</code>).</p>
- <p>User defined macro IDs must have at least one uppercase letter as all lowercase letter IDs are reserved for built-in macros.</p>
+ <p>will expand to <code>This stupid text</code> if called as <code>${FOO "stupid"}</code>. Macros may call other macros. All macro arguments must be enclosed by double quotes. In case the argument contains a double quote, it must be escaped by a backslash (<code>\</code>).</p>
+ <p>User defined macro IDs should start with one uppercase letter as all lowercase letter IDs are reserved for built-in macros.</p>
<p>To terminate the macro definition, the <code>]</code> must be the last character in the line. If there are any other characters trailing it (even spaces or comments) the <code>]</code> will not be considered the end of the macro definition.</p>
<p>In macro calls the macro names can be prefixed by a question mark. In this case the macro will expand to nothing if the macro is not defined. Otherwise the undefined macro would be flagged with an error message.</p>
<p>The macro call</p>
<div codesection="1"><pre codesection="1">${?foo}
</pre></div>
@@ -98,8 +98,8 @@
<td style="text-align:center; width:30%;"><a href="toc.html">Table Of Contents</a></td>
<td style="text-align:right; width:35%;">>> <a href="managers.html">managers</a> >></td>
</tr></table>
<hr/>
<br/>
- <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 by Chris Schlaeger <cs@taskjuggler.org>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
+ <div align="center" style="font-size:10px;">Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger <cs@taskjuggler.org>.<a href="http://www.taskjuggler.org">TaskJuggler</a> is a trademark of Chris Schlaeger.</div>
</body>
</html>