diff options
Diffstat (limited to 'src/libutil/comparator.hh')
-rw-r--r-- | src/libutil/comparator.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libutil/comparator.hh b/src/libutil/comparator.hh index eecd5b819..2b5424b3d 100644 --- a/src/libutil/comparator.hh +++ b/src/libutil/comparator.hh @@ -1,6 +1,8 @@ #pragma once +///@file -/* Awfull hacky generation of the comparison operators by doing a lexicographic +/** + * Awful hacky generation of the comparison operators by doing a lexicographic * comparison between the choosen fields. * * ``` |