Closed PerilousApricot closed 8 years ago
Doxygen and sphinx barf on function pointer types. For each function pointer, make a typedef, then replace its accompanying declarations with the typedef.
This is small enough it should be doable for all projects at once.
Fixed toolbox typedefs in 0e33ec56c3b4bfac9a221547d26dc2d8555f7244
Fixed in master.
Doxygen and sphinx barf on function pointer types. For each function pointer, make a typedef, then replace its accompanying declarations with the typedef.