From 808a0a09577009c2d6e494979c2189426b332aef Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Jul 2012 21:00:35 +0100 Subject: Fix Doxygen syntax errors. --- include/caller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/caller.h') diff --git a/include/caller.h b/include/caller.h index 88e7df4a1..64b37611f 100644 --- a/include/caller.h +++ b/include/caller.h @@ -44,7 +44,7 @@ * * MyNewFunction replaceme(ServerInstance); * - * someclass->MyFunction = &replaceme; + * someclass->MyFunction = \&replaceme; * * After this point, calls to someclass->MyFunction will call the new code in your * replacement functor. -- cgit v1.2.3