[DOC-CVS] [doc-en] master: parle: remove useless wrapping para tag around warn.experimental entity
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-26T14:30:02Z
Commit: https://github.com/php/doc-en/commit/3945ab62bbf3d7f0187614e28ddfdddc1c45cc7d
Raw diff: https://github.com/php/doc-en/commit/3945ab62bbf3d7f0187614e28ddfdddc1c45cc7d.diff
parle: remove useless wrapping para tag around warn.experimental entity
Changed paths:
M reference/parle/book.xml
Diff:
diff --git a/reference/parle/book.xml b/reference/parle/book.xml
index fbee35eb715c..2e870489e832 100644
--- a/reference/parle/book.xml
+++ b/reference/parle/book.xml
@@ -9,8 +9,8 @@
<preface xml:id="intro.parle">
&reftitle.intro;
+ &warn.experimental;
<para>
- &warn.experimental;
The parle extension provides general purpose lexing and parsing facilities. The implementation is based on <link xlink:href="&url.parle.lib;">these libraries</link> and requires a <link xlink:href="&url.c14;">C++14</link> capable compiler. The lexer is based on the regex matching, the parser is LALR(1). Lexers and parsers are generated on the fly and can be used immediately after they've been finalized. Parle deals with parsing and lexing, the appropriate data structures representation and processing are the implementer's task. Serialization and code generation are not supported by the extension, yet.
</para>
<para>