]> git.tdb.fi Git - builder.git/blobdiff - source/filetarget.h
Comment tweaks
[builder.git] / source / filetarget.h
index 851085ba040a1834c47a3967cfcec491a14efdf6..a48e1ab6d976932eb507653bc9c37a2a8fe19d91 100644 (file)
@@ -31,9 +31,7 @@ public:
        bool is_installable() const { return !install_location.empty(); }
        const Msp::FS::Path &get_install_location() const { return install_location; }
 
-       /**
-       Changes the mtime of the target to the current time.
-       */
+       /// Changes the mtime of the target to the current time.
        void touch();
 
 protected: