]> git.tdb.fi Git - builder.git/commitdiff
Add documentation for VirtualFileSystem::get_target
authorMikko Rasa <tdb@tdb.fi>
Sun, 8 Jul 2012 14:17:29 +0000 (17:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 8 Jul 2012 21:08:54 +0000 (00:08 +0300)
source/virtualfilesystem.h

index 362d5db8674f836c2ff01a4bfc9a176251dd095d..aef6ab09392a6cafc83a1f68d58abb295a6f709b 100644 (file)
@@ -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