accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

Make typedefs for all function pointer types #55

Closed PerilousApricot closed 8 years ago

PerilousApricot commented 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.

PerilousApricot commented 8 years ago

This is small enough it should be doable for all projects at once.

PerilousApricot commented 8 years ago

Fixed toolbox typedefs in 0e33ec56c3b4bfac9a221547d26dc2d8555f7244

PerilousApricot commented 8 years ago

Fixed in master.