headers: Some trivial fixes for some documentation typos

Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP
choose one of them and introduce a backward compatibility hack for the other.

The issues was mostly found with:
for a in $(grep -r '^[ /]\*.*()' $(
	find -name '*.[ch]') |
	sed 's,^.* \([^ ]*\)().*$,\1,g' |
	sort |
	uniq |
	grep ^pa_)
do
	grep -rq "^.[^*].*\<$a(" $(find * -name '*.h') || echo $a
done
This commit is contained in:
Mads Kiilerich 2009-12-11 16:20:31 +01:00 committed by Lennart Poettering
parent 0e47065fe5
commit 6faf38313e
9 changed files with 16 additions and 14 deletions

View file

@ -82,8 +82,8 @@
*
* \li pa_simple_drain() - Will wait for all sent data to finish playing.
* \li pa_simple_flush() - Will throw away all data currently in buffers.
* \li pa_simple_get_playback_latency() - Will return the total latency of
* the playback pipeline.
* \li pa_simple_get_latency() - Will return the total latency of
* the playback pipeline.
*
* \section cleanup_sec Cleanup
*