]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / support / filetools.h
index b2df54ecfcc32f7c916d717e68b8d8f70388e6b1..65505a9b2ecd19706dd7f27a17d74ff963290afe 100644 (file)
@@ -199,10 +199,10 @@ string const ReplaceEnvironmentPath(string const & path);
    Returns true if successful */
 bool LyXReadLink(string const & file, string & Link);
 
-/* Uses kpsewhich to find tex files */
+/// Uses kpsewhich to find tex files
 string const findtexfile(string const & fil, string const & format);
 
-/* remove the autosave-file and give a Message if it can't be done */
+/// remove the autosave-file and give a Message if it can't be done
 void removeAutosaveFile(string const & filename);
 
 #endif