Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Jan 14, 2024
1 parent 7bf7ea1 commit c406cf2
Show file tree
Hide file tree
Showing 502 changed files with 1,709 additions and 14,286 deletions.
10 changes: 5 additions & 5 deletions doc/html/BOOST_PARSER_ASSERT.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Parser (Proposed)">
<link rel="up" href="header/boost/parser/config_hpp.html" title="Header &lt;boost/parser/config.hpp&gt;">
<link rel="prev" href="BOOST_PARSER_NO_R_idm18187.html" title="Macro BOOST_PARSER_NO_RUNTIME_ASSERTIONS">
<link rel="next" href="BOOST_PARSER_DISA_idm18199.html" title="Macro BOOST_PARSER_DISABLE_CONCEPTS">
<link rel="prev" href="BOOST_PARSER_NO_R_idm18457.html" title="Macro BOOST_PARSER_NO_RUNTIME_ASSERTIONS">
<link rel="next" href="BOOST_PARSER_DISA_idm18469.html" title="Macro BOOST_PARSER_DISABLE_CONCEPTS">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="spirit-nav">
<a accesskey="p" href="BOOST_PARSER_NO_R_idm18187.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DISA_idm18199.html"><img src="images/next.png" alt="Next"></a>
<a accesskey="p" href="BOOST_PARSER_NO_R_idm18457.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DISA_idm18469.html"><img src="images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_PARSER_ASSERT"></a><div class="titlepage"></div>
Expand All @@ -25,7 +25,7 @@ <h2 class="refsynopsisdiv-title">Synopsis</h2>

</span>BOOST_PARSER_ASSERT(condition)</pre></div>
<div class="refsect1">
<a name="idm17234"></a><h2>Description</h2>
<a name="idm17460"></a><h2>Description</h2>
<p>Asserts that the given condition is true. If <code class="computeroutput">BOOST_PARSER_NO_RUNTIME_ASSERTIONS</code> macro is defined by the user, <code class="computeroutput">BOOST_PARSER_ASSERT</code> expends to a compile-time <code class="computeroutput">static_assert()</code>. Otherwise, it expands to a run-time <code class="computeroutput">BOOST_ASSERT()</code>. </p>
</div>
</div>
Expand All @@ -36,7 +36,7 @@ <h2 class="refsynopsisdiv-title">Synopsis</h2>
</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="BOOST_PARSER_NO_R_idm18187.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DISA_idm18199.html"><img src="images/next.png" alt="Next"></a>
<a accesskey="p" href="BOOST_PARSER_NO_R_idm18457.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/config_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DISA_idm18469.html"><img src="images/next.png" alt="Next"></a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/html/BOOST_PARSER_DEFINE_RULE.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="refsynopsisdiv-title">Synopsis</h2>

</span>BOOST_PARSER_DEFINE_RULE(rule)</pre></div>
<div class="refsect1">
<a name="idm35832"></a><h2>Description</h2>
<a name="idm36275"></a><h2>Description</h2>
<p>Defines a pair of <code class="computeroutput">parse_rule()</code> overloads for the given rule, used internally within Boost.Parser. The pair implements the parsing behavior rule <code class="computeroutput">rule</code>, using the parser <code class="computeroutput">rule_def</code>. </p>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions doc/html/BOOST_PARSER_DEFINE_RULES.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Parser (Proposed)">
<link rel="up" href="header/boost/parser/parser_hpp.html" title="Header &lt;boost/parser/parser.hpp&gt;">
<link rel="prev" href="boost/parser/callback_parse_idm22803.html" title="Function template callback_parse">
<link rel="prev" href="boost/parser/callback_parse_idm23130.html" title="Function template callback_parse">
<link rel="next" href="BOOST_PARSER_DEFINE_RULE.html" title="Macro BOOST_PARSER_DEFINE_RULE">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="spirit-nav">
<a accesskey="p" href="boost/parser/callback_parse_idm22803.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/parser_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DEFINE_RULE.html"><img src="images/next.png" alt="Next"></a>
<a accesskey="p" href="boost/parser/callback_parse_idm23130.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/parser_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DEFINE_RULE.html"><img src="images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_PARSER_DEFINE_RULES"></a><div class="titlepage"></div>
Expand All @@ -25,7 +25,7 @@ <h2 class="refsynopsisdiv-title">Synopsis</h2>

</span>BOOST_PARSER_DEFINE_RULES(...)</pre></div>
<div class="refsect1">
<a name="idm35814"></a><h2>Description</h2>
<a name="idm36257"></a><h2>Description</h2>
<p>For each given token <code class="computeroutput">t</code>, defines a pair of <code class="computeroutput">parse_rule()</code> overloads, used internally within Boost.Parser. Each such pair implements the parsing behavior rule <code class="computeroutput">t</code>, using the parser <code class="computeroutput">t_def</code>. This macro is only available when the Boost.Preprocessor headers are available. </p>
</div>
</div>
Expand All @@ -36,7 +36,7 @@ <h2 class="refsynopsisdiv-title">Synopsis</h2>
</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="boost/parser/callback_parse_idm22803.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/parser_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DEFINE_RULE.html"><img src="images/next.png" alt="Next"></a>
<a accesskey="p" href="boost/parser/callback_parse_idm23130.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="header/boost/parser/parser_hpp.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_PARSER_DEFINE_RULE.html"><img src="images/next.png" alt="Next"></a>
</div>
</body>
</html>
42 changes: 0 additions & 42 deletions doc/html/BOOST_PARSER_DISA_idm18179.html

This file was deleted.

42 changes: 0 additions & 42 deletions doc/html/BOOST_PARSER_DISA_idm18181.html

This file was deleted.

42 changes: 0 additions & 42 deletions doc/html/BOOST_PARSER_DISA_idm18182.html

This file was deleted.

42 changes: 0 additions & 42 deletions doc/html/BOOST_PARSER_DISA_idm18183.html

This file was deleted.

Loading

0 comments on commit c406cf2

Please sign in to comment.