1
0
Fork 0

don't generate pod2man

This commit is contained in:
Jan Steemann 2013-09-05 14:23:20 +02:00
parent dd99985514
commit dfcf4a3800
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ VERSION_INFO = 4:0:0
EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
ev_vars.h ev_wrap.h \
ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
ev.3 ev.pod Symbols.ev Symbols.event
Symbols.ev Symbols.event
include_HEADERS = ev.h ev++.h event.h

View File

@ -4,6 +4,6 @@ TOC {#UserManualFoxxTOC}
- @ref UserManualFoxx
- @ref UserManualFoxxIntro
- @ref UserManualFoxxHandlingRequests
- @ref UserManualFoxxDetailsApplication
- @ref UserManualFoxxDetailsController
- @ref UserManualFoxxDetailsModel
- @ref UserManualFoxxDetailsRepository

View File

@ -449,10 +449,11 @@ bool TRI_CompareIntegerUInt64 (volatile uint64_t* theValue, uint64_t oldValue);
bool TRI_CompareAndSwapPointer(void* volatile* theValue, void* oldValue, void* newValue);
bool TRI_ComparePointer(void* volatile* theValue, void* oldValue);
#endif
////////////////////////////////////////////////////////////////////////////////
/// @}
////////////////////////////////////////////////////////////////////////////////
#endif
#ifdef __cplusplus
}