Skip to content

Commit

Permalink
fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal3700 committed Dec 2, 2023
1 parent 9819d13 commit d12f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackmisc/pq/physicalquantity.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace BlackMisc::PhysicalQuantities
public Mixin::String<PQ>,
public Mixin::Icon<CPhysicalQuantity<MU, PQ>>
{
//! \copydoc CValueObject::compare
//! \copydoc BlackMisc::CValueObject::compare
friend int compare(const PQ &a, const PQ &b) { return compareImpl(a, b); }

public:
Expand Down

0 comments on commit d12f73a

Please sign in to comment.