X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=a48e1ab6d976932eb507653bc9c37a2a8fe19d91;hb=0dea0d850f6690de07933794592916d11c9d3f49;hp=851085ba040a1834c47a3967cfcec491a14efdf6;hpb=1c43971ed99fd2f72ae171d6cdafabab74e37f4e;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 851085b..a48e1ab 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -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: