dispatch_cfg_st.h: make comments into doxygen.

This commit is contained in:
Nick Mathewson 2019-11-06 13:05:36 -05:00
parent c6c02658cf
commit 88796637e5

View File

@ -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;