Skip to content

Commit 638a9a0

Browse files
committed
concept processing alignment
1 parent 4e3df3d commit 638a9a0

3 files changed

Lines changed: 232 additions & 250 deletions

File tree

include/gl/types/properties.hpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -260,21 +260,6 @@ concept c_empty_properties = c_properties<T> and std::same_as<T, gl::empty_prope
260260
/// Requires that the type satisfies @ref gl::traits::c_properties and is not the @ref gl::empty_properties tag.
261261
///
262262
/// @tparam T The type to evaluate against the concept.
263-
///
264-
/// > [!NOTE]
265-
/// > Highlights information that users should take into account, even when skimming.
266-
///
267-
/// > [!TIP]
268-
/// > Optional information to help a user be more successful.
269-
///
270-
/// > [!IMPORTANT]
271-
/// > Crucial information necessary for users to succeed.
272-
///
273-
/// > [!WARNING]
274-
/// > Critical content demanding immediate user attention due to potential risks.
275-
///
276-
/// > [!CAUTION]
277-
/// > Negative potential consequences of an action.
278263
template <typename T>
279264
concept c_non_empty_properties = c_properties<T> and not c_empty_properties<T>;
280265

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ markdown_extensions:
7373
- pymdownx.snippets:
7474
base_path: "."
7575
check_paths: true
76+
- toc:
77+
toc_depth: 2
7678

7779
plugins:
7880
- search

0 commit comments

Comments
 (0)