From dfcf4a38009a029b6e112014dcb7567bbd067ddb Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 5 Sep 2013 14:23:20 +0200 Subject: [PATCH] don't generate pod2man --- 3rdParty/libev/Makefile.am | 2 +- Documentation/UserManual/FoxxTOC.md | 2 +- lib/BasicsC/locks.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/3rdParty/libev/Makefile.am b/3rdParty/libev/Makefile.am index 69a456560f..c3bbdce889 100644 --- a/3rdParty/libev/Makefile.am +++ b/3rdParty/libev/Makefile.am @@ -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 diff --git a/Documentation/UserManual/FoxxTOC.md b/Documentation/UserManual/FoxxTOC.md index 3cad1a8c9b..65c494f518 100644 --- a/Documentation/UserManual/FoxxTOC.md +++ b/Documentation/UserManual/FoxxTOC.md @@ -4,6 +4,6 @@ TOC {#UserManualFoxxTOC} - @ref UserManualFoxx - @ref UserManualFoxxIntro - @ref UserManualFoxxHandlingRequests - - @ref UserManualFoxxDetailsApplication + - @ref UserManualFoxxDetailsController - @ref UserManualFoxxDetailsModel - @ref UserManualFoxxDetailsRepository diff --git a/lib/BasicsC/locks.h b/lib/BasicsC/locks.h index c8db33dcd7..1c8d060f68 100644 --- a/lib/BasicsC/locks.h +++ b/lib/BasicsC/locks.h @@ -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 }