diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-26 11:13:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-26 11:13:29 -0400 |
commit | 39d09ea0810f74a7666d9d694903780a14b48ca2 (patch) | |
tree | e001b17f1d896520a21bf0a21e4b44433c5d5e6a /src/lib/dispatch/dispatch_cfg.h | |
parent | e7993dc046a099075bc5f9f65a7bb1601686d03c (diff) | |
download | tor-39d09ea0810f74a7666d9d694903780a14b48ca2.tar.gz tor-39d09ea0810f74a7666d9d694903780a14b48ca2.zip |
doxygen: add @file declarations for src/lib
If a file doesn't use the file command (either \file or @file),
Doxygen won't try to process it.
These declarations also turned up a doxygen warning for
crypto_ope.c; I fixed that too.
Diffstat (limited to 'src/lib/dispatch/dispatch_cfg.h')
-rw-r--r-- | src/lib/dispatch/dispatch_cfg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/dispatch/dispatch_cfg.h b/src/lib/dispatch/dispatch_cfg.h index 348dce8d40..929ec54215 100644 --- a/src/lib/dispatch/dispatch_cfg.h +++ b/src/lib/dispatch/dispatch_cfg.h @@ -7,6 +7,11 @@ #ifndef TOR_DISPATCH_CFG_H #define TOR_DISPATCH_CFG_H +/** + * @file dispatch_cfg.h + * @brief Header for distpach_cfg.c + **/ + #include "lib/dispatch/msgtypes.h" #include "lib/testsupport/testsupport.h" |