|
|
@@ -450,7 +450,7 @@ target("test")
|
|
|
</code></pre>
|
|
|
<p>!> Set to capture output, the current option cannot set other snippets</p>
|
|
|
<p>We can also get the output bound to the option through <code>is_config</code>.</p>
|
|
|
-<pre><code class="lang-lua">if is_config("test", "8") tben
|
|
|
+<pre><code class="lang-lua">if is_config("test", "8") then
|
|
|
- xxx
|
|
|
end
|
|
|
</code></pre>
|
|
|
@@ -482,4 +482,4 @@ sigsetjmp{int a = 0; sigsetjmp((void*)a, a);}
|
|
|
<p>The usage is consistent with <a href="#optionadd_cxxfuncs">option:add_cfuncs</a>.</p>
|
|
|
</article>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|