4 ms·
Documentation for C/C++ libraries is usually just the header file: https://github.com/expnkx/fast_io/blob/master/include/fast_io.h https://github.com/expnkx/fas
by dingo_bat 6y ago
Documentation for C/C++ libraries is usually just the header file: https://github.com/expnkx/fast_io/blob/master/include/fast_io.h https://github.com/expnkx/fast_io/blob/master/include/fast_i...
- colejohnson66 6y agoI was expecting there to be Doxygen comments in there, but there wasn’t. So, no, this header is not documentation. I don’t want to read all the code to understand how to use a library; I want examples.
- dingo_bat 6y agoIt's not hard to find examples in the repo. https://github.com/expnkx/fast_io/blob/master/examples/0001.helloworld/hello_world_win32_box.cc https://github.com/expnkx/fast_io/blob/master/examples/0001.... The code is self documenting. I don't think doxygen comments are always needed. This is a simple library, with a simple interface.
- expnkx 6y agohttps://github.com/expnkx/fast_io/wiki https://github.com/expnkx/fast_io/wiki wiki here