Browse Source

fix invalid description of @return for a void function in doxygen comments

pull/6/head
Paul Davis 10 years ago
parent
commit
e16940434b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      types.h

+ 0
- 2
types.h View File

@@ -280,8 +280,6 @@ typedef enum JackLatencyCallbackMode jack_latency_callback_mode_t;
*
* @param mode playback or capture latency
* @param arg pointer to a client supplied data
*
* @return zero on success, non-zero on error
*/
typedef void (*JackLatencyCallback)(jack_latency_callback_mode_t mode, void *arg);



Loading…
Cancel
Save