From 7a8a9486724c3417dcec6306fb4b0aa4eb2b033b Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Mon, 22 Jan 2007 22:42:44 +0000
Subject: [PATCH] autodoc

---
 ecrire/action/export_all.php | 1 +
 ecrire/exec/export_all.php   | 1 +
 ecrire/inc/export.php        | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/ecrire/action/export_all.php b/ecrire/action/export_all.php
index 56f2094d71..4452004c51 100644
--- a/ecrire/action/export_all.php
+++ b/ecrire/action/export_all.php
@@ -16,6 +16,7 @@ include_spip('inc/export');
 include_spip('inc/actions');
 include_spip('inc/minipres');
 
+// http://doc.spip.org/@action_export_all_dist
 function action_export_all_dist()
 {
 	global $connect_toutes_rubriques ;
diff --git a/ecrire/exec/export_all.php b/ecrire/exec/export_all.php
index a6f43b1913..c4da644122 100644
--- a/ecrire/exec/export_all.php
+++ b/ecrire/exec/export_all.php
@@ -169,6 +169,7 @@ function exec_export_all_dist()
 // + toutes les tables auxiliaires hors relations
 // + les tables relations dont les deux tables liees sont dans la liste
 
+// http://doc.spip.org/@export_all_list_tables
 function export_all_list_tables()
 {
 	$tables_for_dump = array();
diff --git a/ecrire/inc/export.php b/ecrire/inc/export.php
index a7ded7c451..9a906f9aa5 100644
--- a/ecrire/inc/export.php
+++ b/ecrire/inc/export.php
@@ -139,6 +139,7 @@ function text_to_xml($string) {
 
 // production de l'entete du fichier d'archive
 
+// http://doc.spip.org/@export_entete
 function export_entete()
 {
 	return
@@ -154,6 +155,7 @@ $GLOBALS['meta']['charset']."\"?".">\n" .
 >\n";
 }
 
+// http://doc.spip.org/@export_enpied
 function export_enpied () { return  "</SPIP>\n";}
 
 ?>
-- 
GitLab