From a8f071a511c3efc6e88366027e36454194787ed8 Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <joe@dune-project.org> Date: Tue, 13 Apr 2010 15:12:54 +0000 Subject: [PATCH] Document include statement for Dune::SQR(). [[Imported from SVN: r5973]] --- dune/common/misc.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dune/common/misc.hh b/dune/common/misc.hh index 589f4aee5..ece82e03e 100644 --- a/dune/common/misc.hh +++ b/dune/common/misc.hh @@ -55,6 +55,11 @@ namespace Dune { } /** \brief Compute the square of T */ + /** + * \code + *#include <dune/common/misc.hh> + * \endcode + */ template<class T> T SQR (T t) { -- GitLab