From 78a1497c637ec3d2e47d6250026c9ab81ca23665 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 20 Aug 2007 10:59:50 +0000 Subject: [PATCH] Tweak ::Node documentation. --- SimpleServer.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SimpleServer.pm b/SimpleServer.pm index 399d189..5a8e6dd 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.38 2007-08-20 10:55:29 mike Exp $ +## $Id: SimpleServer.pm,v 1.39 2007-08-20 10:59:50 mike Exp $ package Net::Z3950::SimpleServer; @@ -463,11 +463,6 @@ of the result-set is in the C element. =back -All of these classes are subclasses of the abstrac class -C. That class has a single method, C, -which may be used to turn an RPN tree, or part of one, back into a -textual prefix query. - =back =over 4 @@ -526,6 +521,11 @@ indicates a relevance match. =back +All of these classes except C and C are +subclasses of the abstract class C. That class +has a single method, C, which may be used to turn an RPN +tree, or part of one, back into a textual prefix query. + Note that, apart to C, none of these classes have any methods at all: the blessing into classes is largely just a documentation thing so that, for example, if you do -- 1.7.10.4