summaryrefslogtreecommitdiff
path: root/src/plugins/filesystem/FileLocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/filesystem/FileLocator.hpp')
-rw-r--r--src/plugins/filesystem/FileLocator.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/filesystem/FileLocator.hpp b/src/plugins/filesystem/FileLocator.hpp
index 16fa3f7..1c3e494 100644
--- a/src/plugins/filesystem/FileLocator.hpp
+++ b/src/plugins/filesystem/FileLocator.hpp
@@ -38,12 +38,11 @@
namespace ousia {
/**
- * A ResourceLocator is a class able to locate resources in some way, usually
- * on the hard drive.
+ * @file FileLocator.hpp
+ *
+ * This is a FileLocator employing the boost path class for file finding.
*
- * We specify this as an abstract superclass to have an interface layer between
- * the program core and possible future extensions in terms of resource
- * locations (e.g. online resources, .zip files, etc.).
+ * @author Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de
*/
class FileLocator : public ResourceLocator {
public: