Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2008, 4:31:58 PM (16 years ago)
Author:
landauf
Message:
  • removed IdentifierList and replaced it by a std::list
  • changed several doxygen tags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/ConfigValueContainer.h

    r797 r813  
    2626 */
    2727
    28 /*!
     28/**
    2929    @file ConfigValueContainer.h
    3030    @brief Definition of the ConfigValueContainer class.
     
    7575            ConfigValueContainer(const std::string& classname, const std::string& varname, MultiTypeMath defvalue);
    7676
    77             /** @returns the value. @param value This is only needed to determine the right type. */
     77            /** @brief Returns the configured value. @param value This is only needed to determine the right type. @return The value */
    7878/*            template <typename T>
    7979            inline ConfigValueContainer& getValue(T& value)                           { this->value_.getValue(value); return *this; }
Note: See TracChangeset for help on using the changeset viewer.