mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Update for doxygen 1.8.16
This commit is contained in:
parent
3144443a82
commit
fbd79963bb
98 changed files with 496 additions and 373 deletions
|
@ -32,7 +32,7 @@
|
|||
/** \defgroup qflight_threads Light thread handling.
|
||||
\ingroup qflight
|
||||
*/
|
||||
//@{
|
||||
///@{
|
||||
|
||||
#if defined (HAVE_PTHREAD_H) && defined (HAVE_PTHREAD)
|
||||
|
||||
|
@ -66,6 +66,6 @@ typedef void *(threadfunc_t) (void *);
|
|||
void InitThreads (void);
|
||||
void RunThreadsOn (threadfunc_t func);
|
||||
|
||||
//@}
|
||||
///@}
|
||||
|
||||
#endif// __threads_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue