From c698a51ee009dcd9509e517f407b4d4b0fb21852 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Tue, 29 Oct 2002 18:42:52 +0000 Subject: [PATCH] Removed "see also" reference from BStatable doxumentation, as it was gunking up an otherwise nice looking Compound List page. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1759 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/Statable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/storage/Statable.h b/headers/os/storage/Statable.h index 11bc1ec362..d4642239e8 100644 --- a/headers/os/storage/Statable.h +++ b/headers/os/storage/Statable.h @@ -22,7 +22,7 @@ namespace OpenBeOS { class BVolume; - //! BStatable - A nice C++ wrapper to \sa stat() + //! BStatable - A nice C++ wrapper to stat() /*! A purly abstract class which provieds an expenive, but convenet * C++ wrapper to the posix \sa stat() command. *