<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book id="test" lang="en">
<chapter>
<title>Test API</title>
	<refentry>
		<refmeta>
			<refentrytitle>test</refentrytitle>
		</refmeta>

		<refnamediv>
			<refname>test</refname>
			<refpurpose>test display of []</refpurpose>
		</refnamediv>

		<refsynopsisdiv>
			<funcsynopsis>
				<?dbhtml funcsynopsis-style='ansi'?>
				<funcprototype>
					<funcdef>void <function>test</function></funcdef>
					<paramdef>const float <parameter>a</parameter>[]</paramdef>
				</funcprototype>
			</funcsynopsis>
		</refsynopsisdiv>
		<refsect1>
			<title>Description</title>
			<para>parameter has extra punctuation and should be displayed as <programlisting>void test(const float a[]);</programlisting></para>
		</refsect1>
	</refentry>

	<refentry>
		<refmeta>
			<refentrytitle>test</refentrytitle>
		</refmeta>

		<refnamediv>
			<refname>test</refname>
			<refpurpose>test display of []</refpurpose>
		</refnamediv>

		<refsynopsisdiv>
			<funcsynopsis>
				<?dbhtml funcsynopsis-style='kr'?>
				<funcprototype>
					<funcdef>void <function>test</function></funcdef>
					<paramdef>const float <parameter>a</parameter>[]</paramdef>
				</funcprototype>
			</funcsynopsis>
		</refsynopsisdiv>
		<refsect1>
			<title>Description</title>
			<para>parameter has extra punctuation and should be displayed as <programlisting>void test(a);
const float a[]</programlisting></para>
		</refsect1>
	</refentry>
</chapter>
</book>
