Clear Doxygen warning (GH #791)
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),
|
/// below. The library's test program, <tt>cryptest.exe</tt> (from test.cpp),
|
||||||
/// exercises the structure:
|
/// exercises the structure:
|
||||||
/// <pre>
|
/// <pre>
|
||||||
/// #if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
/// \#if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||||
/// static const DebugTrapHandler g_dummyHandler;
|
/// static const DebugTrapHandler g_dummyHandler;
|
||||||
/// #endif
|
/// \#endif
|
||||||
///
|
///
|
||||||
/// int main(int argc, char* argv[])
|
/// int main(int argc, char* argv[])
|
||||||
/// {
|
/// {
|
||||||
|
|
@ -133,9 +133,9 @@ NAMESPACE_BEGIN(CryptoPP)
|
||||||
/// DebugTrapHandler is shown below. The library's test program,
|
/// DebugTrapHandler is shown below. The library's test program,
|
||||||
/// <tt>cryptest.exe</tt> (from test.cpp), exercises the structure:
|
/// <tt>cryptest.exe</tt> (from test.cpp), exercises the structure:
|
||||||
/// <pre>
|
/// <pre>
|
||||||
/// #if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
/// \#if defined(CRYPTOPP_DEBUG) && defined(UNIX_SIGNALS_AVAILABLE)
|
||||||
/// static const DebugTrapHandler g_dummyHandler;
|
/// static const DebugTrapHandler g_dummyHandler;
|
||||||
/// #endif
|
/// \#endif
|
||||||
///
|
///
|
||||||
/// int main(int argc, char* argv[])
|
/// int main(int argc, char* argv[])
|
||||||
/// {
|
/// {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue