From: Peter Meerwald <[email protected]>

Generating docs for file mainloop-api.h...
/home/pmeerw/src/pa-missing/src/pulse/mainloop-api.h:118: warning: Found 
unknown command `\pa_threaded_mainloop'

Signed-off-by: Peter Meerwald <[email protected]>
---
 src/pulse/mainloop-api.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pulse/mainloop-api.h b/src/pulse/mainloop-api.h
index e754960..600e0e3 100644
--- a/src/pulse/mainloop-api.h
+++ b/src/pulse/mainloop-api.h
@@ -115,7 +115,7 @@ struct pa_mainloop_api {
 };
 
 /** Run the specified callback function once from the main loop using an 
anonymous defer event. Note that this performs
- * multiple mainloop operations non-atomically. If, for example, you are using 
a \pa_threaded_mainloop, you will need to
+ * multiple mainloop operations non-atomically. If, for example, you are using 
a \ref pa_threaded_mainloop, you will need to
  * take the mainloop lock before this call. */
 void pa_mainloop_api_once(pa_mainloop_api*m, void 
(*callback)(pa_mainloop_api*m, void *userdata), void *userdata);
 
-- 
1.7.9.5

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to