Skip to content

Commit 9b03f3c

Browse files
committed
Remove " (Proposed)" from docs.
Fixes #199.
1 parent 446d09d commit 9b03f3c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/parser.qbk

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
/]
55

6-
[library Boost.Parser (Proposed)
6+
[library Boost.Parser
77
[quickbook 1.3]
88
[authors [Laine, Zach]]
99
[copyright 2020 T. Zachary Laine]
@@ -227,22 +227,22 @@
227227
[def _ATTR_ ['[^ATTR]]`()`]
228228
[def _ATTR_np_ ['[^ATTR]]]
229229

230-
[def _p_api_ [link boost_parser__proposed_.tutorial.the__parse____api The `parse()` API]]
231-
[def _parsers_uses_ [link boost_parser__proposed_.tutorial.the_parsers_and_their_uses The Parsers And Their Uses]]
232-
[def _parse_ctx_ [link boost_parser__proposed_.tutorial.the_parse_context The Parse Context]]
233-
[def _rule_parsers_ [link boost_parser__proposed_.tutorial.rule_parsers Rule Parsers]]
234-
[def _parsing_structs_ [link boost_parser__proposed_.tutorial.parsing_into__struct_s_and__class_es Parsing into `struct`s and `class`es]]
235-
[def _expect_pts_ [link boost_parser__proposed_.tutorial.backtracking.expectation_points Expectation points]]
236-
[def _attr_gen_ [link boost_parser__proposed_.tutorial.attribute_generation Attribute Generation]]
237-
[def _directives_ [link boost_parser__proposed_.tutorial.directives Directives]]
238-
[def _eh_debugging_ [link boost_parser__proposed_.tutorial.error_handling_and_debugging Error Handling and Debugging]]
239-
[def _more_about_rules_ [link boost_parser__proposed_.tutorial.more_about_rules More About Rules]]
240-
[def _unicode_ [link boost_parser__proposed_.tutorial.unicode_support Unicode Support]]
241-
[def _concepts_ [link boost_parser__proposed_.concepts Concepts]]
242-
[def _ex_json_ [link boost_parser__proposed_.extended_examples.parsing_json Parsing JSON]]
243-
[def _ex_cb_json_ [link boost_parser__proposed_.extended_examples.parsing_json_with_callbacks Parsing JSON With Callbacks]]
244-
[def _rationale_ [link boost_parser__proposed_.rationale Rationale]]
245-
[def _n_is_weird_ [link boost_parser__proposed_.rationale._classname_alt__boost__parser__none___code__phrase_role__identifier__none__phrase___code___classname__is_weird `none` is weird]]
230+
[def _p_api_ [link boost_parser.tutorial.the__parse____api The `parse()` API]]
231+
[def _parsers_uses_ [link boost_parser.tutorial.the_parsers_and_their_uses The Parsers And Their Uses]]
232+
[def _parse_ctx_ [link boost_parser.tutorial.the_parse_context The Parse Context]]
233+
[def _rule_parsers_ [link boost_parser.tutorial.rule_parsers Rule Parsers]]
234+
[def _parsing_structs_ [link boost_parser.tutorial.parsing_into__struct_s_and__class_es Parsing into `struct`s and `class`es]]
235+
[def _expect_pts_ [link boost_parser.tutorial.backtracking.expectation_points Expectation points]]
236+
[def _attr_gen_ [link boost_parser.tutorial.attribute_generation Attribute Generation]]
237+
[def _directives_ [link boost_parser.tutorial.directives Directives]]
238+
[def _eh_debugging_ [link boost_parser.tutorial.error_handling_and_debugging Error Handling and Debugging]]
239+
[def _more_about_rules_ [link boost_parser.tutorial.more_about_rules More About Rules]]
240+
[def _unicode_ [link boost_parser.tutorial.unicode_support Unicode Support]]
241+
[def _concepts_ [link boost_parser.concepts Concepts]]
242+
[def _ex_json_ [link boost_parser.extended_examples.parsing_json Parsing JSON]]
243+
[def _ex_cb_json_ [link boost_parser.extended_examples.parsing_json_with_callbacks Parsing JSON With Callbacks]]
244+
[def _rationale_ [link boost_parser.rationale Rationale]]
245+
[def _n_is_weird_ [link boost_parser.rationale._classname_alt__boost__parser__none___code__phrase_role__identifier__none__phrase___code___classname__is_weird `none` is weird]]
246246

247247
[def _err_fwd_hpp_ [headerref boost/parser/error_handling_fwd.hpp error_handling_fwd.hpp]]
248248
[def _err_hpp_ [headerref boost/parser/error_handling.hpp error_handling.hpp]]

0 commit comments

Comments
 (0)