From 921175612ba5e4f9798c762f72432f2681a9cb24 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 16 May 2011 17:14:13 +0100 Subject: [PATCH] Fixed doxygen warning --- doc/pages.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages.doxy b/doc/pages.doxy index 5c6231fd..c9f7755a 100644 --- a/doc/pages.doxy +++ b/doc/pages.doxy @@ -407,7 +407,7 @@ void foo() \section faq7 Should I use 'using namespace glm;'? This is unwise. Chances are that if 'using namespace glm;' is called, name collisions will happen. - GLSL names for functions are fairly generic, so it is entirely likely that there is another function called, for example, \link glm::sqrt sqrt \endlink. + GLSL names for functions are fairly generic, so it is entirely likely that there is another function called, for example, \link glm::sqrt() sqrt \endlink. For frequent use of particular types, they can be brough into the global namespace with a 'using' declaration like this: