From 3980d79cd87ab205f10deb7ed133673b40901680 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 14 Nov 2008 12:43:19 -0700 Subject: [PATCH] phpdoc --- framework/Mime/lib/Horde/Mime/Viewer/Driver.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/Mime/lib/Horde/Mime/Viewer/Driver.php b/framework/Mime/lib/Horde/Mime/Viewer/Driver.php index b52adcc32..3c45ca45d 100644 --- a/framework/Mime/lib/Horde/Mime/Viewer/Driver.php +++ b/framework/Mime/lib/Horde/Mime/Viewer/Driver.php @@ -89,7 +89,9 @@ class Horde_Mime_Viewer_Driver *
      * 'full' - A full representation of the MIME part, for use in a view
      *          where the output to the browser can be set to the value
-     *          returned in 'type'.
+     *          returned in 'type'. This mode should only return a single
+     *          MIME ID entry for viewing and should not return any status
+     *          information.
      * 'inline' - A representation of the MIME part that can be viewed inline
      *            on a text/html page that may contain other HTML elements.
      * 'info' - A representation of the MIME part that can be viewed inline
-- 
2.11.0