Fix clang format issues (#1555)

This commit is contained in:
Jordan Bayles
2024-09-09 15:48:18 -07:00
committed by GitHub
parent 6668fa51ee
commit 5c003ecacc
6 changed files with 23 additions and 19 deletions

View File

@@ -51,12 +51,12 @@ public:
};
/** \brief Constructs a Reader allowing all features for parsing.
* \deprecated Use CharReader and CharReaderBuilder.
* \deprecated Use CharReader and CharReaderBuilder.
*/
Reader();
/** \brief Constructs a Reader allowing the specified feature set for parsing.
* \deprecated Use CharReader and CharReaderBuilder.
* \deprecated Use CharReader and CharReaderBuilder.
*/
Reader(const Features& features);
@@ -272,7 +272,7 @@ public:
*/
virtual CharReader* newCharReader() const = 0;
}; // Factory
}; // CharReader
}; // CharReader
/** \brief Build a CharReader implementation.
*