Clear Doxygen warning (GH #791)

This commit is contained in:
Jeffrey Walton 2019-01-31 19:12:27 -05:00
parent 7fe141c004
commit c415a64a0e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

8
trap.h
View File

@ -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[])
/// {