Fixed missing tags to make doc again

This commit is contained in:
gerald
2004-07-02 22:30:34 +00:00
parent bd790b782a
commit 0e72bcadf0
3 changed files with 19 additions and 26 deletions

View File

@@ -55,7 +55,7 @@
vous avez besoin de mettre une de vos fonction en quarantaine vis <20> vis du
r<>pertoire des plugins ou de votre application. Reportez vous <20>
l'exemple des <link
linkend="tips.componentized.templates"> templates composants</links>
linkend="tips.componentized.templates"> templates composants</link>
pour plus de d<>tails.
</para>
</note>

View File

@@ -73,7 +73,7 @@
<entry>bool<EFBFBD>en</entry>
<entry>Non</entry>
<entry><emphasis>true</emphasis></entry>
<entry>ajoute la balise &lt;label&gt;- <20> la sortie/entry>
<entry>ajoute la balise &lt;label&gt;- <20> la sortie</entry>
</row>
</tbody>
</tgroup>

View File

@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.3 Maintainer: gerald Status: partial -->
<refentry id="api.is.cached">
<refnamediv>
<refname>is_cached</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1>
<title />
<methodsynopsis>
<type>bool</type><methodname>is_cached</methodname>
<methodparam><type>string</type><parameter>template</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>cache_id</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>compile_id</parameter></methodparam>
</methodsynopsis>
<sect1 id="api.is.cached">
<title>is_cached</title>
<funcsynopsis>
<funcprototype>
<funcdef>void <function>is_cached</function></funcdef>
<paramdef>string <parameter>template</parameter></paramdef>
<paramdef>[string <parameter>cache_id</parameter>]</paramdef>
</funcprototype>
</funcsynopsis>
<para>
Retourne vrai s'il y a un fichier de cache valide pour ce template.
Cela fonctionne seulement si <link
@@ -65,8 +61,6 @@ $smarty->display("index.tpl", "FrontPage");
]]>
</programlisting>
</example>
<note>
<title>Note technique</title>
<para>
@@ -80,8 +74,7 @@ $smarty->display("index.tpl", "FrontPage");
<20> retourn<72> vrai.
</para>
</note>
</refsect1>
</refentry>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml