[tor-commits] [tor/master] doxygen: use <tt> and # to avoid interpreting # as a link.

nickm at torproject.org nickm at torproject.org
Mon Nov 11 15:23:55 UTC 2019


commit ff930c3305958697053bf29465a6b8fba11d0281
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Nov 11 10:23:13 2019 -0500

    doxygen: use <tt> and # to avoid interpreting # as a link.
---
 src/lib/conf/confdecl.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h
index 19b6f8509..695f9f307 100644
--- a/src/lib/conf/confdecl.h
+++ b/src/lib/conf/confdecl.h
@@ -40,10 +40,10 @@
  * with appropriate members, and a table of config_var_t objects called
  * `module_options_t_vars[]`.
  *
- * For lower-level modules, you can say `#define CONF_TABLE LL_TABLE`, and get
- * a table definition suitable for use in modules that are at a lower level
- * than lib/confmgt.  Note that the types for these tables cannot include any
- * extended types.
+ * For lower-level modules, you can say <tt>\#define CONF_TABLE LL_TABLE</tt>,
+ * and get a table definition suitable for use in modules that are at a lower
+ * level than lib/confmgt.  Note that the types for these tables cannot
+ * include any extended types.
  **/
 
 #ifndef TOR_LIB_CONF_CONFDECL_H





More information about the tor-commits mailing list