Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 893)
+++ trunk/psLib/src/math/psStats.c	(revision 978)
@@ -28,8 +28,11 @@
 #define MYMAXFLOAT 1e99
 
+#ifndef DOXYGEN
 void p_psVectorRobustStats(const psVector *restrict myVector,
                            const psVector *restrict maskVector,
                            unsigned int maskVal,
                            psStats *stats);
+#endif
+
 /******************************************************************************
     psStatsAlloc(): This routine must create a new psStats data structure.
