Changeset 10868 for trunk


Ignore:
Timestamp:
05/27/11 15:15:58 (13 years ago)
Author:
tbretz
Message:
Addes some missing comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Readline.cc

    r10654 r10868  
    11311131}
    11321132
     1133// --------------------------------------------------------------------------
     1134//
     1135//! Stops the readline execution. It fakes the end of an editing by
     1136//! setting rl_done to 1. To distinguish this from a normal edit,
     1137//! rl_pending_input is set to EOT.
     1138//!
    11331139void Readline::Stop()
    11341140{
Note: See TracChangeset for help on using the changeset viewer.