mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
doxygen: use <tt> and # to avoid interpreting # as a link.
This commit is contained in:
parent
eb8ea92cf9
commit
ff930c3305
@ -40,10 +40,10 @@
|
|||||||
* with appropriate members, and a table of config_var_t objects called
|
* with appropriate members, and a table of config_var_t objects called
|
||||||
* `module_options_t_vars[]`.
|
* `module_options_t_vars[]`.
|
||||||
*
|
*
|
||||||
* For lower-level modules, you can say `#define CONF_TABLE LL_TABLE`, and get
|
* For lower-level modules, you can say <tt>\#define CONF_TABLE LL_TABLE</tt>,
|
||||||
* a table definition suitable for use in modules that are at a lower level
|
* and get a table definition suitable for use in modules that are at a lower
|
||||||
* than lib/confmgt. Note that the types for these tables cannot include any
|
* level than lib/confmgt. Note that the types for these tables cannot
|
||||||
* extended types.
|
* include any extended types.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef TOR_LIB_CONF_CONFDECL_H
|
#ifndef TOR_LIB_CONF_CONFDECL_H
|
||||||
|
Loading…
Reference in New Issue
Block a user