From: Mikko Rasa Date: Sun, 8 Jul 2012 14:17:29 +0000 (+0300) Subject: Add documentation for VirtualFileSystem::get_target X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=903a5727ef1f8a7f540e162139396163c736d484;p=builder.git Add documentation for VirtualFileSystem::get_target --- 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