Skip to content

Commit 8b33ce2

Browse files
committed
Fixing doxygen generation.
1 parent 05ae5cd commit 8b33ce2

7 files changed

Lines changed: 0 additions & 14 deletions

File tree

include/comms/frame/ChecksumLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ class ChecksumLayer : public comms::frame::details::ChecksumLayerBase<TField, TC
9393

9494
/// @brief Compile time inquiry of whether this class was extended via
9595
/// @ref comms::option::ExtendingClass option.
96-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
97-
/// type aliasing the real layer type.
9896
static constexpr bool hasExtendingClass()
9997
{
10098
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/ChecksumPrefixLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ class ChecksumPrefixLayer : public comms::frame::details::ChecksumPrefixLayerBas
9595

9696
/// @brief Compile time inquiry of whether this class was extended via
9797
/// @ref comms::option::ExtendingClass option.
98-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
99-
/// type aliasing the real layer type.
10098
static constexpr bool hasExtendingClass()
10199
{
102100
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/MsgIdLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ class MsgIdLayer : public comms::frame::details::MsgIdLayerBase<TField, TMessage
126126

127127
/// @brief Compile time inquiry of whether this class was extended via
128128
/// @ref comms::option::ExtendingClass option.
129-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
130-
/// type aliasing the real layer type.
131129
static constexpr bool hasExtendingClass()
132130
{
133131
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/MsgSizeLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class MsgSizeLayer : public comms::frame::details::MsgSizeLayerBase<TField, TNex
7575

7676
/// @brief Compile time inquiry of whether this class was extended via
7777
/// @ref comms::option::ExtendingClass option.
78-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
79-
/// type aliasing the real layer type.
8078
static constexpr bool hasExtendingClass()
8179
{
8280
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/SyncPrefixLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ class SyncPrefixLayer : public comms::frame::details::SyncPrefixLayerBase<TField
7171

7272
/// @brief Compile time inquiry of whether this class was extended via
7373
/// @ref comms::option::ExtendingClass option.
74-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
75-
/// type aliasing the real layer type.
7674
static constexpr bool hasExtendingClass()
7775
{
7876
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/SyncSuffixLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ class SyncSuffixLayer : public comms::frame::details::SyncSuffixLayerBase<TField
8585

8686
/// @brief Compile time inquiry of whether this class was extended via
8787
/// @ref comms::option::ExtendingClass option.
88-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
89-
/// type aliasing the real layer type.
9088
static constexpr bool hasExtendingClass()
9189
{
9290
return ParsedOptionsInternal::HasExtendingClass;

include/comms/frame/TransportValueLayer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ class TransportValueLayer : public comms::frame::details::TransportValueLayerBas
8585

8686
/// @brief Compile time inquiry of whether this class was extended via
8787
/// @ref comms::option::ExtendingClass option.
88-
/// @details If @b true is returned, the @ref SyncPrefixLayer::ExtendingClass "ExtendingClass"
89-
/// type aliasing the real layer type.
9088
static constexpr bool hasExtendingClass()
9189
{
9290
return ParsedOptionsInternal::HasExtendingClass;

0 commit comments

Comments
 (0)