Fix broken syntax from clang-format reformat (#1385)

* Print test names at test time (#1343)

* Fix broken syntax from clang-format reformat

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
Roland Reichwein 2026-04-11 10:16:03 +02:00 committed by GitHub
parent ae6ca929c1
commit f118c2807a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,31 +27,29 @@ SOFTWARE.
******************************************************************************/
///\defgroup etl Embedded Template Library.
https
: // github.com/ETLCPP/etl
http
: // www.etlcpp.com
/// https://github.com/ETLCPP/etl
/// http://www.etlcpp.com
///\defgroup containers Containers
///\ingroup etl
///\defgroup containers Containers
///\ingroup etl
///\defgroup utilities Utilities
/// A set of utility templates.
///\ingroup etl
///\defgroup utilities Utilities
/// A set of utility templates.
///\ingroup etl
///\defgroup maths Maths
/// A set of mathematical templates.
///\ingroup etl
///\defgroup maths Maths
/// A set of mathematical templates.
///\ingroup etl
///\defgroup patterns Patterns
/// A set of templated design patterns.
///\ingroup etl
///\defgroup patterns Patterns
/// A set of templated design patterns.
///\ingroup etl
///\defgroup crc CRC
/// A set of CRC calculations
///\ingroup maths
///\defgroup crc CRC
/// A set of CRC calculations
///\ingroup maths
///\ingroup etl
namespace etl
///\ingroup etl
namespace etl
{
}