Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2005, 1:48:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/model.h

    r4022 r4023  
    9696
    9797  char* name;                 //!< This is the name of the Model.
    98   MODEL_TYPE type;
     98  MODEL_TYPE type;            //!< A type for the Model
    9999  bool finalized;             //!< Sets the Object to be finalized.
    100100
     
    133133
    134134  void setName(const char* name);
     135  /** \returns the Name of the Model */
    135136  inline const char* getName() {return this->name;}
    136137 
Note: See TracChangeset for help on using the changeset viewer.