From 0df8b5c5c118cf3f7b087d0864de742cc317e71c Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Thu, 25 Oct 2007 21:43:13 +0000
Subject: [PATCH] autodoc

---
 ecrire/exec/rechercher.php | 1 +
 ecrire/inc/tourner.php     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ecrire/exec/rechercher.php b/ecrire/exec/rechercher.php
index 48608447ac..da5e7ffb32 100644
--- a/ecrire/exec/rechercher.php
+++ b/ecrire/exec/rechercher.php
@@ -29,6 +29,7 @@ function exec_rechercher_dist()
 	ajax_retour($r);
 }
 
+// http://doc.spip.org/@exec_rechercher_args
 function exec_rechercher_args($id, $type, $exclus, $rac, $do)
 {
 	if (!$do) $do = 'aff';
diff --git a/ecrire/inc/tourner.php b/ecrire/inc/tourner.php
index 0ea2228eb8..ea89e7fd39 100644
--- a/ecrire/inc/tourner.php
+++ b/ecrire/inc/tourner.php
@@ -75,6 +75,7 @@ function inc_tourner_dist($id_document, $document, $script, $flag, $type)
 	return tourner_greffe($id_document, $document, $url, $res);
 }
 
+// http://doc.spip.org/@tourner_greffe
 function tourner_greffe($id_document, $document, $url, $res)
 {
 	$res .= "<div style='text-align: center;'>"
-- 
GitLab