C++: Fix QLDoc.

This commit is contained in:
Geoffrey White
2022-05-05 16:42:09 +01:00
parent 6b5a1921dd
commit 453dadea1a

View File

@@ -185,8 +185,9 @@ class FeatureDisableDefaultEntityResolution extends Variable {
}
/**
* A flow state transformer for a call to `SAX2XMLReader.setFeature(XMLUni::fgXercesDisableDefaultEntityResolution, *)`. Transforms the flow
* state through the qualifier according to this setting.
* A flow state transformer for a call to `SAX2XMLReader.setFeature`
* specifying the feature `XMLUni::fgXercesDisableDefaultEntityResolution`.
* Transforms the flow state through the qualifier according to this setting.
*/
class SetFeatureTranformer extends XXEFlowStateTranformer {
Expr newValue;