From 357002bdad6a73a1a8b43335fa84abdfe7070306 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 3 Jun 2019 16:35:54 +0200 Subject: [PATCH] common/hobject.h: fix syntax in doxygen comment fix the error invocation of formula in documentation Error invocation of formula in documentation, the second formula was started with $f instead of the correct \f$ see also http://www.doxygen.nl/manual/formulas.html Signed-off-by: Albert --- src/common/hobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hobject.h b/src/common/hobject.h index dd66af87f5bd..a3812b9b1542 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -227,7 +227,7 @@ public: * Returns set S of strings such that for any object * h where h.match(bits, mask), there is some string * s \f$\in\f$ S such that s is a prefix of h.to_str(). - * Furthermore, for any s $f\in\f$ S, s is a prefix of + * Furthermore, for any s \f$\in\f$ S, s is a prefix of * h.str() implies that h.match(bits, mask). */ static std::set get_prefixes( -- 2.47.3