From 903a5727ef1f8a7f540e162139396163c736d484 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 8 Jul 2012 17:17:29 +0300 Subject: [PATCH] Add documentation for VirtualFileSystem::get_target --- source/virtualfilesystem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/virtualfilesystem.h b/source/virtualfilesystem.h index 362d5db..aef6ab0 100644 --- a/source/virtualfilesystem.h +++ b/source/virtualfilesystem.h @@ -29,6 +29,8 @@ private: public: VirtualFileSystem(Builder &); + /** Gets an existing target associated with a path. If no target has claimed + that path, 0 is returned. */ FileTarget *get_target(const Msp::FS::Path &) const; /** Registers a target with the VFS. A target may be registered at multiple -- 2.43.0