mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
6 lines
190 B
Text
6 lines
190 B
Text
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.
|