Selaa lähdekoodia

better doc

Former-commit-id: dec830ca9a05559d5c16e457f30844d600876613
Alec Jacobson 8 vuotta sitten
vanhempi
commit
e7dcfe6b19
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      include/igl/next_filename.h

+ 2 - 2
include/igl/next_filename.h

@@ -12,12 +12,12 @@
 namespace igl
 {
   // Find the file with the first filename of the form
-  // "prefix-%0[zeros]dsuffix"
+  // "prefix%0[zeros]dsuffix"
   // 
   // Inputs:
   //   prefix  path to containing dir and filename prefix
   //   zeros number of leading zeros as if digit printed with printf
-  //   suffix  suffix of filename and extension
+  //   suffix  suffix of filename and extension (should included dot)
   // Outputs:
   //   next  path to next file
   // Returns true if found, false if exceeding range in zeros