-
- Downloads
documentation: fix doxygen for `pthread_*.h`
The pthread header files aren't in the doxygen page anymore after #1137, because I `@file`'d the `.c` files, not the `.h` files. This change moves doxygen boilerplate. Closes #1199.
Showing
- sys/posix/pthread/include/pthread.h 16 additions, 5 deletionssys/posix/pthread/include/pthread.h
- sys/posix/pthread/include/pthread_barrier.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_barrier.h
- sys/posix/pthread/include/pthread_cancellation.h 14 additions, 0 deletionssys/posix/pthread/include/pthread_cancellation.h
- sys/posix/pthread/include/pthread_cleanup.h 11 additions, 3 deletionssys/posix/pthread/include/pthread_cleanup.h
- sys/posix/pthread/include/pthread_cond.h 4 additions, 8 deletionssys/posix/pthread/include/pthread_cond.h
- sys/posix/pthread/include/pthread_mutex.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_mutex.h
- sys/posix/pthread/include/pthread_mutex_attr.h 23 additions, 6 deletionssys/posix/pthread/include/pthread_mutex_attr.h
- sys/posix/pthread/include/pthread_once.h 14 additions, 1 deletionsys/posix/pthread/include/pthread_once.h
- sys/posix/pthread/include/pthread_rwlock.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_rwlock.h
- sys/posix/pthread/include/pthread_rwlock_attr.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_rwlock_attr.h
- sys/posix/pthread/include/pthread_scheduling.h 14 additions, 0 deletionssys/posix/pthread/include/pthread_scheduling.h
- sys/posix/pthread/include/pthread_spin.h 16 additions, 0 deletionssys/posix/pthread/include/pthread_spin.h
- sys/posix/pthread/include/pthread_threading.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_threading.h
- sys/posix/pthread/include/pthread_threading_attr.h 13 additions, 0 deletionssys/posix/pthread/include/pthread_threading_attr.h
Loading
Please register or sign in to comment