diff options
Diffstat (limited to 'src/plugins/filesystem/FileLocator.hpp')
-rw-r--r-- | src/plugins/filesystem/FileLocator.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/filesystem/FileLocator.hpp b/src/plugins/filesystem/FileLocator.hpp index 14988a8..ad64db8 100644 --- a/src/plugins/filesystem/FileLocator.hpp +++ b/src/plugins/filesystem/FileLocator.hpp @@ -38,11 +38,8 @@ namespace ousia { /** - * @file FileLocator.hpp - * - * This is a FileLocator employing the boost path class for file finding. - * - * @author Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de + * The FileLocator class is an implementation of the abstract ResourceLocator + * interface used to locate resources in the filesystem. */ class FileLocator : public ResourceLocator { public: |