mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
d5e11f21cc
Most of these are simple. The only nontrivial part is that our pattern for using ENUM_BF was confusing doxygen by making declarations that didn't look like declarations.
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
o Documentation:
|
|
- Resolve warnings from Doxygen.
|
|
|
|
o Code simplification and refactoring:
|
|
- Change our use of the ENUM_BF macro to avoid declarations that
|
|
confuse Doxygen.
|