summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJosh Heidenreich <josh.sickmate@gmail.com>2012-03-08 14:29:23 +1030
committerJosh Heidenreich <josh.sickmate@gmail.com>2012-03-09 08:49:55 +1030
commitaf5cc38cac0defcfc36796915e13ddd5969a7108 (patch)
treefbf431e77f33a383d8218e7d6d3b42a5b8708f08 /sal
parentb64352905ff5fc64e3b2d800766dcfd19b28f533 (diff)
sal file.hxx documentation
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/file.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index eb25e637eed8..0ad8922e299c 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -739,6 +739,7 @@ public:
@see getFileType
@see isRegular
@see isLink
+ @since 3.6
*/
inline sal_Bool isFile() const
{
@@ -752,6 +753,7 @@ public:
True if it's a directory, False otherwise.
@see getFileType
+ @since 3.6
*/
inline sal_Bool isDirectory() const
{
@@ -766,6 +768,7 @@ public:
@see getFileType
@see isFile
@see isLink
+ @since 3.6
*/
inline sal_Bool isRegular() const
{
@@ -778,6 +781,7 @@ public:
True if it's a link, False otherwise.
@see getFileType
+ @since 3.6
*/
inline sal_Bool isLink() const
{