From b5fc1f90d9a3ddea7ce4901c703edf749b66ac25 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 May 2011 20:36:37 +0000 Subject: [PATCH] Doxygen --- htdocs/core/class/html.formfile.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 675c1a0ee1d..f373e605dbe 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -503,7 +503,7 @@ class FormFile /** * Show list of documents in a directory - * @param filearray Array of files loaded by dol_dir_list function + * @param filearray Array of files loaded by dol_dir_list function before calling this function * @param object Object on which document is linked to * @param modulepart Value for modulepart used by download wrapper * @param param Parameters on sort links @@ -579,7 +579,8 @@ class FormFile /** * Show list of documents in a directory - * @param filearray Array of files loaded by dol_dir_list function + * @param upload_dir Directory that was scanned + * @param filearray Array of files loaded by dol_dir_list function before calling this function * @param modulepart Value for modulepart used by download wrapper * @param param Parameters on sort links * @param forcedownload Force to open dialog box "Save As" when clicking on file