[or-cvs] r17735: {tor} Make doxygen not complain about the way we spell CRLFNUL in (tor/trunk/src/or)

nickm at seul.org nickm at seul.org
Mon Dec 22 17:53:35 UTC 2008


Author: nickm
Date: 2008-12-22 12:53:30 -0500 (Mon, 22 Dec 2008)
New Revision: 17735

Modified:
   tor/trunk/src/or/control.c
Log:
Make doxygen not complain about the way we spell CRLFNUL  in control.c

Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2008-12-22 17:53:04 UTC (rev 17734)
+++ tor/trunk/src/or/control.c	2008-12-22 17:53:30 UTC (rev 17735)
@@ -622,7 +622,7 @@
  * <b>format</b>, and other arguments as provided.
  *
  * Currently the length of the message is limited to 1024 (including the
- * ending \n\r\0. */
+ * ending \\n\\r\\0. */
 static void
 send_control_event(uint16_t event, event_format_t which,
                     const char *format, ...)
@@ -642,7 +642,7 @@
  * that have enabled extended events.
  *
  * Currently the length of the message is limited to 1024 (including the
- * ending \n\r\0. */
+ * ending \\n\\r\\0. */
 static void
 send_control_event_extended(uint16_t event, event_format_t which,
                              const char *format, ...)



More information about the tor-commits mailing list