From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqxmlentityresolver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqxmlentityresolver.html') diff --git a/doc/html/tqxmlentityresolver.html b/doc/html/tqxmlentityresolver.html index f8459a67c..d75ccee85 100644 --- a/doc/html/tqxmlentityresolver.html +++ b/doc/html/tqxmlentityresolver.html @@ -63,7 +63,7 @@ external entities, it must implement this interface, i.e.

The reader calls this function to get an error string if any of -the handler functions returns FALSE. +the handler functions returns false.

bool TQXmlEntityResolver::resolveEntity ( const TQString & publicId, const TQString & systemId, TQXmlInputSource *& ret ) [pure virtual]

@@ -81,7 +81,7 @@ entity and ret is the return value of this function. If ret is 0 the reader should resolve the entity itself, if it is non-zero it must point to an input source which the reader uses instead. -

If this function returns FALSE the reader stops parsing and +

If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. -- cgit v1.2.3