]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make doxygen not complain about the way we spell CRLFNUL in control.c
authorNick Mathewson <nickm@torproject.org>
Mon, 22 Dec 2008 17:53:30 +0000 (17:53 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Dec 2008 17:53:30 +0000 (17:53 +0000)
svn:r17735

src/or/control.c

index d807eb5d63380bb7a9264068b7b58bb590c8ee13..aea51c44d6f359fc446ab28ccc5b61eecbe2da43 100644 (file)
@@ -622,7 +622,7 @@ send_control_event_impl(uint16_t event, event_format_t which, int extended,
  * <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 @@ send_control_event(uint16_t event, event_format_t which,
  * 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, ...)