ebnf.statement.terminator.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="ebnf.statement.terminator">
  7. <refmeta>
  8. <refentrytitle>ebnf.statement.terminator</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">rtf</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>ebnf.statement.terminator</refname>
  13. <refpurpose>Punctuation that ends an EBNF statement.</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="ebnf.statement.terminator.frag">
  17. <xsl:param condition="html" name="ebnf.statement.terminator"/>
  18. <xsl:param condition="fo" name="ebnf.statement.terminator"/>
  19. </src:fragment>
  20. </refsynopsisdiv>
  21. <refsection><info><title>Description</title></info>
  22. <para>The <parameter>ebnf.statement.terminator</parameter> parameter determines what
  23. text is used to terminate each <tag>production</tag>
  24. in <tag>productionset</tag>.</para>
  25. <para>Some notations end each statement with a period.</para>
  26. </refsection>
  27. </refentry>