Ignore:
Timestamp:
Aug 31, 2006, 7:08:05 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Minor fixes in doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/gslapi/matrix.h

    r611 r614  
    7474  public:
    7575
    76     ///
    77     /// The default constructor.
    78     ///
    79     /// This contructor does not initialize underlying (essential)
    80     /// structures.
    81     ///
     76    /**
     77       @brief The default constructor.
     78   
     79      This contructor does not initialize underlying (essential)
     80      structures.
     81    */
    8282    inline matrix(void) : m_(NULL), view_(NULL) {}
    8383
Note: See TracChangeset for help on using the changeset viewer.