How does one view the "inline docs" of a .cpp file?
- by Mala
I have cpp files peppered with comments such as the following before every function:
/**
* @brief Set the normal and expansion handshake timeouts.
*
* @param wm Array of wiimote_t structures.
* @param wiimotes Number of objects in the wm array.
* @param normal_timeout The timeout in milliseconds for a normal read.
…