mirror of https://gitee.com/bigwinds/arangodb
don't generate pod2man
This commit is contained in:
parent
dd99985514
commit
dfcf4a3800
|
@ -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
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ TOC {#UserManualFoxxTOC}
|
|||
- @ref UserManualFoxx
|
||||
- @ref UserManualFoxxIntro
|
||||
- @ref UserManualFoxxHandlingRequests
|
||||
- @ref UserManualFoxxDetailsApplication
|
||||
- @ref UserManualFoxxDetailsController
|
||||
- @ref UserManualFoxxDetailsModel
|
||||
- @ref UserManualFoxxDetailsRepository
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue