Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2007, 11:21:14 PM (17 years ago)
Author:
landauf
Message:
  • added comments and doxygen-tags to the ConfigValueContainer
  • changed some comments in the other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/core/Factory.cc

    r365 r447  
    2424
    2525    /**
    26         @returns the Identifier with a given networkID.
    27         @param id The networkID of the wanted Identifier
     26        @returns the Identifier with a given network ID.
     27        @param id The network ID of the wanted Identifier
    2828    */
    2929    Identifier* Factory::getIdentifier(const unsigned int id)
     
    5050
    5151    /**
    52         @brief Removes the entry with the old networkID and adds a new one.
     52        @brief Removes the entry with the old network ID and adds a new one.
    5353        @param identifier The identifier to change
    5454        @param oldID The old networkID
Note: See TracChangeset for help on using the changeset viewer.