mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
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:
parent
ae6ca929c1
commit
f118c2807a
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user