Ignore:
Timestamp:
04/10/11 10:39:04 (14 years ago)
Author:
tbretz
Message:
Updated comment.
File:
1 edited

Legend:

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

    r10342 r10349  
    4747// --------------------------------------------------------------------------
    4848//
    49 //! This functio0n breaks down a descriptive string into its components.
     49//! This function breaks down a descriptive string into its components.
    5050//! For details see class reference.
    5151//!
     
    5555//! @returns
    5656//!     A vector<Description> containing all the descriptions found.
    57 //!     The first entry contains the discription name and comment.
     57//!     The first entry contains the Description members name and comment,
     58//!     corresponding to the service or command name the Description
     59//!     list is for and its corresponding description.
    5860//
    5961vector<Description> Description::SplitDescription(const string &buffer)
Note: See TracChangeset for help on using the changeset viewer.