IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2004, 9:37:58 PM (22 years ago)
Author:
eugene
Message:

code cleanup for Doxygen support & readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psFunctions.h

    r247 r257  
    5050
    5151
     52/** Functions **************************************************************/
     53/** \addtogroup MathGroup Math Utilities
     54 *  \{
     55 */
     56
    5257/** Constructors */
    5358psPolynomial1D *psPolynomial1DAlloc(int n //!< Number of terms
     
    101106                   );
    102107
     108/* \} */ // End of MathGroup Functions
     109
    103110/************************************************************************************************************/
    104111
     
    137144} psDPolynomial4D;
    138145
     146/** Functions **************************************************************/
     147/** \addtogroup MathGroup Math Utilities
     148 *  \{
     149 */
     150
    139151/** Constructors */
    140152psDPolynomial1D *psDPolynomial1DAlloc(int n //!< Number of terms
     
    189201                    );
    190202
     203/* \} */ // End of MathGroup Functions
    191204
    192205#endif
Note: See TracChangeset for help on using the changeset viewer.