diff src/libpst.h @ 271:eafaf362779e

fixup doxygen errors
author Carl Byington <carl@five-ten-sg.com>
date Thu, 21 Apr 2011 10:16:29 -0700
parents c947b8812120
children e0e5844d91b3
line wrap: on
line diff
--- a/src/libpst.h	Sun Apr 17 19:27:26 2011 -0700
+++ b/src/libpst.h	Thu Apr 21 10:16:29 2011 -0700
@@ -1071,15 +1071,15 @@
 
 
 /** Convert str to rfc2231 encoding of str
- *  @param item  pointer to the containing mapi item
  *  @param str   pointer to the mapi string of interest
  */
 void            pst_rfc2231(pst_string *str);
 
 
 /** Convert str to rfc2047 encoding of str, possibly enclosed in quotes if it contains spaces
- *  @param item  pointer to the containing mapi item
- *  @param str   pointer to the mapi string of interest
+ *  @param item          pointer to the containing mapi item
+ *  @param str           pointer to the mapi string of interest
+ *  @param needs_quote   true if strings containing spaces should be wrapped in quotes
  */
 void            pst_rfc2047(pst_item *item, pst_string *str, int needs_quote);