doc: coding style

This commit is contained in:
Michele Caini
2024-08-03 11:33:33 +02:00
parent 1923028add
commit 3d89f04e95

View File

@@ -236,9 +236,9 @@ To use `EnTT` from a `CMake` project, just link an existing target to the
The library offers everything you need for locating (as in `find_package`),
embedding (as in `add_subdirectory`), fetching (as in `FetchContent`) or using
it in many of the ways that you can think of and that involve `CMake`.<br/>
Covering all possible cases would require a treatise and not a simple README file,
but I'm confident that anyone reading this section also knows what it's about
and can use `EnTT` from a `CMake` project without problems.
Covering all possible cases would require a treatise and not a simple README
file, but I'm confident that anyone reading this section also knows what it's
about and can use `EnTT` from a `CMake` project without problems.
## Natvis support