Skip to content

Commit

Permalink
Added empty lines around verbatim blocks to attempt to fix doxygen er…
Browse files Browse the repository at this point in the history
…ror.
  • Loading branch information
Dimi1010 committed Jan 9, 2025
1 parent c3040c4 commit 87ff355
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Packet++/header/SSLLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/// be instantiated. This means you'll never see a layer of type pcpp::SSLLayer, you'll only see the type of the derived
/// classes. A basic class diagram looks like this:
/// @verbatim
///
/// ╔═════════════════════════════════════════════════════════════════════════════════════════════════╗
/// ║ +----------------------------+ ║
/// ║ +---| SSLHandshakeLayer | ===> Handshake record type ║
Expand All @@ -56,6 +57,7 @@
/// several layer instances of these types, for example:
///
/// @verbatim
///
/// ╔══════════════════════════════════════════════════════════════════════════════╗
/// ║ +--------------------------+ ║
/// ║ | EthLayer | ║
Expand Down Expand Up @@ -106,6 +108,7 @@
/// classes:
///
/// @verbatim
///
/// ╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
/// ║ SSLHandshakeMessage ║
/// ║ | ║
Expand Down Expand Up @@ -277,6 +280,7 @@ namespace pcpp
/// structure. We'll use 2 examples. The first will be client-hello message. The layer structure will look like this:
///
/// @verbatim
///
/// ╔══════════════════════════════════════════════════════════════════════════════════════════╗
/// ║ |------------------- SSLHandshakeLayer ----------------------| ║
/// ║ +----------------------+-------------------------------------+ ║
Expand All @@ -292,12 +296,14 @@ namespace pcpp
/// ║ TLS1_2 length ║
/// ║ | yyy ║
/// ╚══════════════════════════════════════════════════════════════════════════════════════════╝
///
/// @endverbatim
///
/// Second example is a multiple-message handshake layer comprises of server-hello, certificate and
/// server-key-exchange messages:
///
/// @verbatim
///
/// ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
/// ║ |---------------------------------------------- SSLHandshakeLayer -----------------------------------------------------| ║
/// ║ +----------------------+-------------------------------------+---------------------------+-----------------------------+ ║
Expand Down

0 comments on commit 87ff355

Please sign in to comment.