Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5197 in orxonox.OLD for trunk/src/lib/shell/shell_completion.cc


Ignore:
Timestamp:
Sep 18, 2005, 2:57:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen-tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_completion.cc

    r5195 r5197  
    202202 * completes a Function
    203203 * @param functionBegin the beginning of the function String
     204 * @param classID the class' ID to complete the function of
    204205 */
    205206bool ShellCompletion::functionComplete(const char* functionBegin, long classID)
     
    215216}
    216217
     218/**
     219 * completes an Alias
     220 * @param aliasBegin the beginning of the Alias-String to complete
     221 * @returns true on succes, false if something went wrong
     222 */
    217223bool ShellCompletion::aliasComplete(const char* aliasBegin)
    218224{
     
    352358}
    353359
    354 
     360/**
     361 * deletes the Completion List.
     362 *
     363 * This is done at the beginning of each completion-run
     364 */
    355365void ShellCompletion::emptyCompletionList()
    356366{
Note: See TracChangeset for help on using the changeset viewer.