From d3c2988adfeae4d8e5b859bff1d75b1904d2c742 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Oct 2006 21:59:43 +0000 Subject: [PATCH] Added id attributes to some sections --- doc/api.xml | 5 +++-- doc/introduction.xml | 6 +++--- doc/zoom.xml | 26 +++++++++++++------------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/doc/api.xml b/doc/api.xml index 5e60dfb..97c4a42 100644 --- a/doc/api.xml +++ b/doc/api.xml @@ -146,7 +146,7 @@
Implementations -
Yaz_SocketManager +
Yaz_SocketManager This class implements the ISocketObservable interface and is a portable @@ -177,7 +177,8 @@ };
-
PDU_Assoc +
+ PDU_Assoc This class implements the interfaces IPDU_Observable diff --git a/doc/introduction.xml b/doc/introduction.xml index 23175de..3cf7737 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,4 +1,4 @@ - + Introduction YAZ++ @@ -13,11 +13,11 @@ Later versions (0.7+) of YAZ++ also supports SRU. -
+
Licensing YAZ++ and ZOOM-C++ is is covered - by the YAZ license. + by Revised BSD License.
diff --git a/doc/zoom.xml b/doc/zoom.xml index 4bd55b3..ae18a8f 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -145,7 +145,7 @@ (links below). - + References @@ -174,7 +174,7 @@ a specific query notation. - + <literal>ZOOM::prefixQuery</literal> class prefixQuery : public query { @@ -190,7 +190,7 @@ - + <literal>ZOOM::CCLQuery</literal> class CCLQuery : public query { @@ -216,7 +216,7 @@ - + Discussion It will be readily recognised that these objects have no methods @@ -243,7 +243,7 @@ - + References @@ -325,7 +325,7 @@ exception. - + References @@ -417,7 +417,7 @@ it apart ``by hand''. - + Memory Management The record objects returned from @@ -455,7 +455,7 @@ - + References @@ -507,7 +507,7 @@ It has three concrete subclasses: - + <literal>ZOOM::systemException</literal> class systemException: public exception { @@ -528,7 +528,7 @@ - + <literal>ZOOM::bib1Exception</literal> class bib1Exception: public exception { @@ -557,7 +557,7 @@ - + <literal>ZOOM::queryException</literal> class queryException: public exception { @@ -640,7 +640,7 @@ - + References -- 1.7.10.4