VirtualBox

Ignore:
Timestamp:
Jan 5, 2017 4:52:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112661
Message:

Main: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Matching.h

    r62485 r65158  
    4444    ParsedFilter_base() : mValid (false), mNull (true), mErrorPosition (0) {};
    4545
     46    /**
     47     * Returns @c true if the filter is valid, @c false otherwise.
     48     */
    4649    bool isValid() const { return mNull || mValid; }
    4750    bool isNull() const { return mNull; }
     
    5659
    5760    /**
    58      *  Returns true if current isNull() and isValid() values make further
    59      *  detailed matching meaningful, otherwise returns false.
     61     *  Returns @c true if current isNull() and isValid() values make further
     62     *  detailed matching meaningful, otherwise returns @c false.
    6063     *  Must be called as a first method of every isMatch() implementation,
    61      *  so that isMatch() will immediately return false if isPreMatch() returns
     64     *  so that isMatch() will immediately return @c false if isPreMatch() returns
    6265     *  false.
    6366     */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette