From 58512f768e3fbefff3fbea00dc21b18312758b7e Mon Sep 17 00:00:00 2001
From: Nicolas Marsic <nicolas.marsic@gmail.com>
Date: Mon, 21 Jan 2013 14:49:07 +0000
Subject: [PATCH] Fix doc

---
 FunctionSpace/Basis.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/FunctionSpace/Basis.h b/FunctionSpace/Basis.h
index b1f6f77d1e..f487391c12 100644
--- a/FunctionSpace/Basis.h
+++ b/FunctionSpace/Basis.h
@@ -197,8 +197,10 @@ class Basis{
 
    @fn Basis::getOrientation
    @param element A MElement
-   @return Returns a number charaterizing
-   the @em orientation of the given element
+   @return Returns a number
+   (from 0 to Basis::getNOrientation() - 1)
+   charaterizing the @em orientation
+   of the given element
    **
 
    @fn Basis::getFunctions(unsigned int, double, double, double) const
-- 
GitLab