IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 4:09:57 PM (22 years ago)
Author:
desonia
Message:

doxygen tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r893 r978  
    2828#define MYMAXFLOAT 1e99
    2929
     30#ifndef DOXYGEN
    3031void p_psVectorRobustStats(const psVector *restrict myVector,
    3132                           const psVector *restrict maskVector,
    3233                           unsigned int maskVal,
    3334                           psStats *stats);
     35#endif
     36
    3437/******************************************************************************
    3538    psStatsAlloc(): This routine must create a new psStats data structure.
Note: See TracChangeset for help on using the changeset viewer.