[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.35.10.3

Fred L. Drake, Jr. fred@zope.com
Tue, 10 Dec 2002 16:33:40 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv17911/doc

Modified Files:
      Tag: zconfig-schema-devel-branch
	zconfig.tex 
Log Message:
Change the interface between the parser and the context so that the context
is invoked for both section start and end.


=== Packages/ZConfig/doc/zconfig.tex 1.35.10.2 => 1.35.10.3 ===
--- Packages/ZConfig/doc/zconfig.tex:1.35.10.2	Tue Dec 10 14:50:28 2002
+++ Packages/ZConfig/doc/zconfig.tex	Tue Dec 10 16:33:40 2002
@@ -379,7 +379,10 @@
 \begin{methoddesc}{includeConfiguration}{parent, url}
 \end{methoddesc}
 
-\begin{methoddesc}{nestSection}{parent, type, name, delegatename}
+\begin{methoddesc}{startSection}{parent, type, name, delegatename}
+\end{methoddesc}
+
+\begin{methoddesc}{endSection}{parent, type, name, delegatename, section}
 \end{methoddesc}