Browse Source

* Fix 4 bad characters in jack.h that were preventing doxygen to generate good latex code

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@2290 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.115.6
marco 17 years ago
parent
commit
af5f2eb7e3
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      jack/jack.h

+ 6
- 6
jack/jack.h View File

@@ -166,10 +166,10 @@ void jack_on_shutdown (jack_client_t *client,
* work be done, passing @a arg as the second argument.
*
* The code in the supplied function must be suitable for real-time
* execution. That means that it cannot call functions that might
* block for a long time.  This includes malloc, free, printf,
* execution. That means that it cannot call functions that might
* block for a long time. This includes malloc, free, printf,
* pthread_mutex_lock, sleep, wait, poll, select, pthread_join,
* pthread_cond_wait, etc, etc.  See
* pthread_cond_wait, etc, etc. See
* http://jackit.sourceforge.net/docs/design/design.html#SECTION00411000000000000000
* for more information.
*
@@ -209,10 +209,10 @@ void jack_cycle_signal (jack_client_t* client, int status);
* Tell the Jack server to call @a thread_callback in the RT thread.
* Typical use are in conjunction with @a jack_cycle_wait and @ jack_cycle_signal functions.
* The code in the supplied function must be suitable for real-time
* execution. That means that it cannot call functions that might
* block for a long time.  This includes malloc, free, printf,
* execution. That means that it cannot call functions that might
* block for a long time. This includes malloc, free, printf,
* pthread_mutex_lock, sleep, wait, poll, select, pthread_join,
* pthread_cond_wait, etc, etc.  See
* pthread_cond_wait, etc, etc. See
* http://jackit.sourceforge.net/docs/design/design.html#SECTION00411000000000000000
* for more information.
*


Loading…
Cancel
Save