]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.h
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / Package.h
index 8cd2e013c7abd808aa9c4246c23fb8d2ac3ca5d1..a8617632182174e1e3ae25111150e21246aad26e 100644 (file)
@@ -112,11 +112,11 @@ public:
         */
        FileName const & system_temp_dir() const { return system_temp_dir_; }
 
-       /** The path to the temporary directory used by LyX.
+       //@{
+       /** The path to the temporary directory used by %LyX.
         *  (Eg /tmp/lyx_tmpdir800nBI1z9 on *nix.)
         *  Can be reset by LyXRC.
         */
-       //@{
        FileName const & temp_dir() const { return temp_dir_; }
        void set_temp_dir(FileName const & temp_dir) const;
        //@}