Minor formatting cleanup
[citadel.git] / webcit / messages.c
index e8fbd23ca8434268b68017787b20171c2fb7ccd1..5505602afec8f2b261fbc84cb1c17e48570b73e4 100644 (file)
@@ -332,10 +332,9 @@ int webcit_rfc2047encode(char *target, int maxlen, char *source, long SourceLen)
 
 
 
-/**
- * \brief Look for URL's embedded in a buffer and make them linkable.  We use a
- * target window in order to keep the BBS session in its own window.
- * \param buf the message buffer
+/*
+ * Look for URL's embedded in a buffer and make them linkable.  We use a
+ * target window in order to keep the Citadel session in its own window.
  */
 void url(char *buf)
 {