Changeset 7303 for code/branches/doc/src/libraries
- Timestamp:
- Aug 31, 2010, 11:44:09 PM (14 years ago)
- Location:
- code/branches/doc/src/libraries/core
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/CommandLineParser.cc
r7297 r7303 127 127 Vector of space separated strings. 128 128 @param bParsingFile 129 FIXME - add doc!129 Parsing a file or the command line itself 130 130 */ 131 131 void CommandLineParser::_parse(const std::vector<std::string>& arguments, bool bParsingFile) … … 247 247 String containing the value 248 248 @param bParsingFile 249 FIXME - add doc!249 Parsing a file or the command line itself 250 250 */ 251 251 void CommandLineParser::checkFullArgument(const std::string& name, const std::string& value, bool bParsingFile) … … 262 262 Parses an argument based on its shortcut. 263 263 @param shortcut 264 Sho tcut to the argument264 Shortcut to the argument 265 265 @param value 266 266 String containing the value 267 267 @param bParsingFile 268 FIXME - add doc!268 Parsing a file or the command line itself 269 269 */ 270 270 void CommandLineParser::checkShortcut(const std::string& shortcut, const std::string& value, bool bParsingFile) -
code/branches/doc/src/libraries/core/CommandLineParser.h
r7297 r7303 208 208 Default value that is used when argument was not given. 209 209 @param bCommandLineOnly 210 FIXME - add doc!210 Parsing a file or the command line itself 211 211 */ 212 212 template <class T> -
code/branches/doc/src/libraries/core/input/InputManager.h
r7297 r7303 123 123 Unique name of the InputState when referenced as string 124 124 @param bAlwaysGetsInput 125 FIXME - add doc!125 InputState always gets the input when activated 126 126 @param bTransparent 127 FIXME - add doc!127 InputState will not prevent underlaying state from receiving input 128 128 @param priority 129 129 Priority matters when multiple states are active. You can specify any -
code/branches/doc/src/libraries/core/input/KeyBinder.cc
r7297 r7303 500 500 The relative movement of the mouse 501 501 @param clippingSize 502 FIXME - no doc? param not even used?502 Mouse screen area in pixels (usually 1024x1024) 503 503 */ 504 504 void KeyBinder::mouseMoved(IntVector2 abs_, IntVector2 rel_, IntVector2 clippingSize)
Note: See TracChangeset
for help on using the changeset viewer.