Commit b94836628022cbfaf7bd76e23428c532636efc55

Authored by m-holger
Committed by Jay Berkenbilt
1 parent c115680e

Add doc comment to QPDF::getFilename

Showing 1 changed file with 1 additions and 0 deletions
include/qpdf/QPDF.hh
@@ -364,6 +364,7 @@ class QPDF @@ -364,6 +364,7 @@ class QPDF
364 qpdf_offset_t offset, 364 qpdf_offset_t offset,
365 std::string const& message); 365 std::string const& message);
366 366
  367 + // Return the filename associated with the QPDF object.
367 QPDF_DLL 368 QPDF_DLL
368 std::string getFilename() const; 369 std::string getFilename() const;
369 // Return PDF Version and extension level together as a PDFVersion object 370 // Return PDF Version and extension level together as a PDFVersion object