]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-path.hh
release: 1.1.52
[lilypond.git] / flower / include / file-path.hh
index 02ecb1a88429fbd22fd3aa71e41defed10ba337b..bdfa5e3870dc6984c04d608add6de84e0c909037 100644 (file)
 class File_path : private Array<String>
 {
 public:
-  /// locate a file in the search path
   String find (String nm) const;
 
-  /// add to end of path.
   Array<String>::push;
   String str ()const;
   void add (String str);