Ignore:
Timestamp:
Jul 4, 2010, 4:26:08 PM (13 years ago)
Author:
Peter Johansson
Message:

update to latest yat (only docs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/yat/CommandLine.h

    r1064 r1118  
    22#define _theplu_yat_utility_commandline_
    33
    4 //$Id: CommandLine.h 2265 2010-06-05 23:12:10Z peter $
     4//$Id: CommandLine.h 2288 2010-06-28 02:05:31Z peter $
    55
    66/*
     
    172172
    173173       The functor Compare must be a <a
    174        href="http://www.sgi.com/tech/stl/BinaryFunction.html">Binary
    175        Function</a> with both argument types \c const \c Option* and
    176        return type \c bool.
     174       href="http://www.sgi.com/tech/stl/BinaryPredicate.html">Binary
     175       Predicate</a> with both argument types \c const \c Option*.
    177176
    178177       \since New in yat 0.7
     
    202201    std::string program_name_;
    203202
     203    // use cond to make doxygen ignore this privat class
     204    /// \cond
    204205    struct OptionCompare
    205206    {
    206207      bool operator()(const Option*, const Option*) const;
    207208    };
     209    /// \endcond
    208210
    209211  };
Note: See TracChangeset for help on using the changeset viewer.