aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-09-28 12:25:52 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-10-01 17:17:39 +0200
commitb94836628022cbfaf7bd76e23428c532636efc55 (patch)
tree154a86bb8c4dd9061eec4d07e0bdfc8cf3e8128c
parentc115680e7c93b5cd2d3c125756b90fd9f29b7ff3 (diff)
downloadqpdf-b94836628022cbfaf7bd76e23428c532636efc55.tar.zst
Add doc comment to QPDF::getFilename
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 8a861714..0156a7a2 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -364,6 +364,7 @@ class QPDF
qpdf_offset_t offset,
std::string const& message);
+ // Return the filename associated with the QPDF object.
QPDF_DLL
std::string getFilename() const;
// Return PDF Version and extension level together as a PDFVersion object