diff options
Diffstat (limited to 'src/svnqt/status.h')
| -rw-r--r-- | src/svnqt/status.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/svnqt/status.h b/src/svnqt/status.h index 1111284..9f285ac 100644 --- a/src/svnqt/status.h +++ b/src/svnqt/status.h @@ -114,37 +114,37 @@ namespace svn      propStatus () const;      /** -     * @retval TRUE if under version control +     * @retval true if under version control       */      bool      isVersioned () const;      /** -     * @retval TRUE if under version control and not ignored +     * @retval true if under version control and not ignored       */      bool      isRealVersioned()const;      /** -     * @retval TRUE if under version control and local modified +     * @retval true if under version control and local modified       */      bool      isModified()const;      /** -     * @retval TRUE if locked +     * @retval true if locked       */      bool      isLocked () const;      /** -     * @retval TRUE if copied +     * @retval true if copied       */      bool      isCopied () const;      /** -     * @retval TRUE if switched +     * @retval true if switched       */      bool      isSwitched () const; | 
