summaryrefslogtreecommitdiff
path: root/includes/mail.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-10 10:31:02 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-10 10:31:02 -0700
commitbfdecf2ee246945ee6bd56279630431e7df3e1d4 (patch)
treef49b1b585d4c531466d9d7a899c40e501933b78a /includes/mail.inc
parente27ec205f7d9fc1398f7c46efe5a6c5e216bc3f3 (diff)
downloadbrdo-bfdecf2ee246945ee6bd56279630431e7df3e1d4.tar.gz
brdo-bfdecf2ee246945ee6bd56279630431e7df3e1d4.tar.bz2
Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M files
Diffstat (limited to 'includes/mail.inc')
-rw-r--r--includes/mail.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/mail.inc b/includes/mail.inc
index e3093729d..8479d8e9b 100644
--- a/includes/mail.inc
+++ b/includes/mail.inc
@@ -340,6 +340,9 @@ interface MailSystemInterface {
* @param $indent (optional)
* A string to indent the text with. Only '>' characters are repeated on
* subsequent wrapped lines. Others are replaced by spaces.
+ *
+ * @return
+ * The content of the email as a string with formatting applied.
*/
function drupal_wrap_mail($text, $indent = '') {
// Convert CRLF into LF.