From 1d407d6898e39b5b594688f3ccedbaba921b26d3 Mon Sep 17 00:00:00 2001 From: Jeremy Henty Date: Sat, 4 Apr 2015 02:32:27 +0100 Subject: Escape "::" strings. The "::" string has a special meaning for doxygen; it is a reference to a documented entity so it must be escaped when the string itself is wanted. The doxygen command "\::" writes a "::" to the output. This fixes a doxygen warning of the form "warning: explicit link request to 'foo' could not be resolved". --- lout/identity.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lout') diff --git a/lout/identity.hh b/lout/identity.hh index df42b204..aaaa45b7 100644 --- a/lout/identity.hh +++ b/lout/identity.hh @@ -51,7 +51,7 @@ namespace identity { * \em name should be unique, e.g. the fully qualified class name. * * - * After this, class::CLASS_ID refers to a number, which denotes the + * After this, class\::CLASS_ID refers to a number, which denotes the * class. (If this is still -1, since the class has not yet been instantiated, * any test will fail, which is correct.) * -- cgit v1.2.3