Salome HOME
fix conflict: ctest requires SUBDIRS, not ADD_SUBDIRECTORY directives
[tools/medcoupling.git] / doc / doxygen / fakesources / MEDCouplingMemArray.C
index 53dd0009ffcfce7dd85f84269fd0b2d556f784ae..76a5b7104bc0a88fd7c7291f9ef363b4f32529ab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -131,8 +131,9 @@ void DataArrayDouble::updateTime() const {}
  *  \param [out] res - C array returning values of the \a tupleId-th tuple. The \a res
  *         must be allocated by the caller and be of size not less than \a
  *         this->getNumberOfComponents().
- *
+ *  \if ENABLE_EXAMPLES
  *  \ref py_mcdataarrayint_getTuple "Here is a Python example".
+ *  \endif
  */
 void DataArrayInt::getTuple(int tupleId, int *res) const {}