Files
archived-doc-base/scripts/docgen/constructor.tpl
2024-10-24 22:31:40 +01:00

61 lines
1.4 KiB
Smarty

<?xml version="1.0" encoding="utf-8"?>
<refentry xml:id="{CLASS_NAME_ID}.{METHOD_NAME_ID}" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>{FULL_METHOD_NAME}</refname>
<refpurpose>Description</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
{MODIFIERS}{RETURN_TYPE}<methodname>{FULL_METHOD_NAME}</methodname>
{METHOD_PARAMETERS}
</constructorsynopsis>
<simpara>
</simpara>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
{PARAMETERS_DESCRIPTION}
</refsect1>
<!-- Return values commented out, as constructors generally don't return a
value. Uncomment this if you do need a return values section (for
example, because there's also a procedural version of the method).
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
</simpara>
</refsect1>
-->
{DEFAULT_EXAMPLE}
{DEFAULT_SEEALSO}
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->