From 3fc97d2bfff25d571049466a6803e8edcad2ceb4 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 19 Nov 2016 04:40:07 -0500 Subject: Updated documentation --- files.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files.h') diff --git a/files.h b/files.h index 0c650f54..3375fb25 100644 --- a/files.h +++ b/files.h @@ -84,18 +84,18 @@ public: typedef FileStore::OpenErr OpenErr; typedef FileStore::ReadErr ReadErr; - //! \brief Construct a FileStore + //! \brief Construct a FileSource FileSource(BufferedTransformation *attachment = NULL) : SourceTemplate(attachment) {} - //! \brief Construct a FileStore + //! \brief Construct a FileSource //! \param in an existing stream //! \param pumpAll flag indicating if source data should be pumped to its attached transformation //! \param attachment an optional attached transformation FileSource(std::istream &in, bool pumpAll, BufferedTransformation *attachment = NULL) : SourceTemplate(attachment) {SourceInitialize(pumpAll, MakeParameters(Name::InputStreamPointer(), &in));} - //! \brief Construct a FileStore + //! \brief Construct a FileSource //! \param filename the narrow name of the file to open //! \param pumpAll flag indicating if source data should be pumped to its attached transformation //! \param attachment an optional attached transformation -- cgit v1.2.1