mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
dispatch_cfg_st.h: make comments into doxygen.
This commit is contained in:
parent
c6c02658cf
commit
88796637e5
@ -14,8 +14,11 @@
|
||||
|
||||
struct smartlist_t;
|
||||
|
||||
/* Information needed to create a dispatcher, but in a less efficient, more
|
||||
* mutable format. */
|
||||
/** Information needed to create a dispatcher, but in a less efficient, more
|
||||
* mutable format.
|
||||
*
|
||||
* Nearly everybody should use the \refdir{lib/pubsub} module to configure
|
||||
* dispatchers, instead of using this. */
|
||||
struct dispatch_cfg_t {
|
||||
/** A list of msg_type_id_t (cast to void*), indexed by msg_t. */
|
||||
struct smartlist_t *type_by_msg;
|
||||
|
Loading…
Reference in New Issue
Block a user