mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-01-18 23:34:06 +00:00
Clear Doxygen warning (GH #791)
This commit is contained in:
parent
7fe141c004
commit
c415a64a0e
8
trap.h
8
trap.h
@ -52,9 +52,9 @@
|
||||
/// below. The library's test program, <tt>cryptest.exe</tt> (from test.cpp),
|
||||
/// exercises the structure:
|
||||
/// <pre>
|
||||
/// #if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||
/// \#if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||
/// static const DebugTrapHandler g_dummyHandler;
|
||||
/// #endif
|
||||
/// \#endif
|
||||
///
|
||||
/// int main(int argc, char* argv[])
|
||||
/// {
|
||||
@ -133,9 +133,9 @@ NAMESPACE_BEGIN(CryptoPP)
|
||||
/// DebugTrapHandler is shown below. The library's test program,
|
||||
/// <tt>cryptest.exe</tt> (from test.cpp), exercises the structure:
|
||||
/// <pre>
|
||||
/// #if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||
/// \#if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||
/// static const DebugTrapHandler g_dummyHandler;
|
||||
/// #endif
|
||||
/// \#endif
|
||||
///
|
||||
/// int main(int argc, char* argv[])
|
||||
/// {
|
||||
|
Loading…
x
Reference in New Issue
Block a user