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

56 lines
1.2 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;
<methodsynopsis>
{MODIFIERS}{RETURN_TYPE}<methodname>{FULL_METHOD_NAME}</methodname>
{METHOD_PARAMETERS}
</methodsynopsis>
<simpara>
</simpara>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
{PARAMETERS_DESCRIPTION}
</refsect1>
<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
-->