From bbab4654788ddc48704aeb880698e5af9a957fd5 Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 28 Oct 2005 08:34:22 +0000 Subject: [PATCH] Minor documentation fixes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@21892 72102866-910b-0410-8b05-ffd578937521 --- WebServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebServer.h b/WebServer.h index d3b3c14..cf1b91b 100644 --- a/WebServer.h +++ b/WebServer.h @@ -387,7 +387,7 @@ * Sets a flag to determine whether logging of request and session * durations is to be performed.
* If this is YES then the duration of requests and sessions will - * be logged using the -webAlert:for: method.
+ * be logged using the [(WebServerDelegate)-webAlert:for:] method.
* The request duration is calculated from the point where the first byte * of data in the request is read to the point where the response has * been completely written.
@@ -467,7 +467,7 @@ /** * Sets a flag to determine whether verbose logging is to be performed.
* If this is YES then all incoming requests and their responses will - * be logged using the -webAlert:for: method.
+ * be logged using the [(WebServerDelegate)-webAlert:for:] method.
* Setting this to YES automatically sets duration logging to YES as well, * though you can then call -setDurationLogging: to set it back to NO.
* This is useful for debugging and where a full audit trail is required.