Tidy up formatting and examples

This commit is contained in:
pete_morgan
2006-09-26 23:29:02 +00:00
parent f56effe8fd
commit c9bdfdf1e5
38 changed files with 377 additions and 471 deletions

View File

@@ -12,7 +12,7 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Pass in the template function name.
Pass in the template function <parameter>name</parameter>.
</para>
<example>
<title>unregister_function</title>
@@ -29,10 +29,8 @@ $smarty->unregister_function('fetch');
</example>
<para>
See also
<link
linkend="api.register.function">register_function()
</link>.
See also <link linkend="api.register.function">
<varname>register_function()</varname></link>.
</para>
</refsect1>