aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-11 10:23:13 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-11 10:23:13 -0500
commitff930c3305958697053bf29465a6b8fba11d0281 (patch)
treeb4a4e83bca19402f4cc994269f39a30e47e98e12 /src/lib
parenteb8ea92cf9d93dc2d86d1e62e26110fbca7fdf59 (diff)
downloadtor-ff930c3305958697053bf29465a6b8fba11d0281.tar.gz
tor-ff930c3305958697053bf29465a6b8fba11d0281.zip
doxygen: use <tt> and # to avoid interpreting # as a link.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/conf/confdecl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h
index 19b6f85090..695f9f307f 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