]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/path.cc
release: 0.0.32
[lilypond.git] / flower / path.cc
index 2737d1cd154173d19d293971d493af9d0bb75f07..3dc38366f26405fa583c5def9d921f6dca61e27d 100644 (file)
@@ -9,8 +9,8 @@
 #endif
 
 /**
-   INPUT: path the original full filename
-   OUTPUT: 4 components of the path. They can be empty
+   @param path the original full filename
+   @return 4 components of the path. They can be empty
 */
 void
 split_path(String path, 
@@ -56,8 +56,7 @@ File_path::File_path(String pref)
 }
 
 
-///find a file
-/**
+/** find a file. 
   It will search in the current dir, in the construction-arg, and
   in any other added path, in this order.
   */