From 954c5164d4e647ccbb1a87e923cfc7059cdd3264 Mon Sep 17 00:00:00 2001 From: Christian Lefebvre <christian_lefebvre@laposte.net> Date: Fri, 22 Dec 2006 22:42:32 +0000 Subject: [PATCH] autodoc --- ecrire/inc/presentation.php | 1 + ecrire/inc/valider_xml.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index 51d9556f15..95ad324508 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -1203,6 +1203,7 @@ function afficher_forum_thread($row, $controle_id_article, $compteur_forum, $nb_ } +// http://doc.spip.org/@forum_logo function forum_logo($statut) { if ($statut == "prive") return "forum-interne-24.gif"; diff --git a/ecrire/inc/valider_xml.php b/ecrire/inc/valider_xml.php index 206e2f8a19..6935111481 100644 --- a/ecrire/inc/valider_xml.php +++ b/ecrire/inc/valider_xml.php @@ -226,6 +226,7 @@ function validerAttribut($parser, $name, $val, $bal) } } +// http://doc.spip.org/@valider_motif function valider_motif($parser, $name, $val, $bal, $motif) { global $phraseur_xml; @@ -242,6 +243,7 @@ function valider_motif($parser, $name, $val, $bal, $motif) } } +// http://doc.spip.org/@valider_idref function valider_idref($nom, $ligne, $col) { global $phraseur_xml; -- GitLab