From 28e3cf9c871728eda95d0fa12ae4be96e2ff1ece Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 9 Oct 2025 16:35:33 +0200 Subject: [PATCH] Fix extra backtick --- STL_Extension/doc/STL_Extension/CGAL/Compact_container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h b/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h index 9f3e223bb4d..6579411b243 100644 --- a/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h +++ b/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h @@ -545,7 +545,7 @@ const T& operator[] (size_type i) const; /*! returns the element at pos `i` in the container. -\pre `\link is_used(size_type)const `is_used(i)`\endlink`== true` and \f$ 0 \leq \f$ `i` \f$ < \f$ `capacity()` +\pre \link is_used(size_type)const `is_used(i)`\endlink`== true` and \f$ 0 \leq \f$ `i` \f$ < \f$ `capacity()` */ T& operator[] (size_type i);