From 7869bc0d7f70c029f5559c3371e24870a49dfb9f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Feb 2015 15:05:52 +0100 Subject: [PATCH] Fix doxygen --- htdocs/printing/lib/printing.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/printing/lib/printing.lib.php b/htdocs/printing/lib/printing.lib.php index 0c4d84c6302..59e2e1e0048 100644 --- a/htdocs/printing/lib/printing.lib.php +++ b/htdocs/printing/lib/printing.lib.php @@ -1,5 +1,5 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ /** * Define head array for tabs of printing tools setup pages * - * @param $mode string Mode + * @param string $mode Mode * @return Array of head */ function printingadmin_prepare_head($mode)