]> git.lyx.org Git - lyx.git/blobdiff - src/support/filename.h
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / filename.h
index f019fde922b846fae7dc58d8f101d5d2616b79f4..06b164c2e4da187b9bb81c42a8233c8680a65394 100644 (file)
@@ -46,6 +46,10 @@ public:
        /** \return a mangled version of the absolute file name,
         *  suitable for use in the temp dir when, for example, converting
         *  an image file to another format.
+        *  It is guaranteed that
+        *  - two different filenames have different mangled names
+        *  - two FileName instances with the same filename have identical
+        *    mangled names
         */
        std::string const mangledFilename() const;