diff --git a/trap.h b/trap.h index a0c00474..c5a9117d 100644 --- a/trap.h +++ b/trap.h @@ -52,9 +52,9 @@ /// below. The library's test program, cryptest.exe (from test.cpp), /// exercises the structure: ///
-/// #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,
/// cryptest.exe (from test.cpp), exercises the structure:
///
-/// #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[])
/// {