From: Fred Drake Date: Tue, 22 Dec 1998 18:06:02 +0000 (+0000) Subject: Use \moduleauthor and \sectionauthor instead of a comment to credit X-Git-Tag: v1.5.2b1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=191f2857f5f12003d5db06d3da2ad8dda7c30bff;p=python Use \moduleauthor and \sectionauthor instead of a comment to credit the author (just happened to notice this one). --- diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index a785a736f1..8c4131e9fd 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -1,7 +1,8 @@ \section{\module{xmllib} --- A parser for XML documents.} -% Author: Sjoerd Mullender \declaremodule{standard}{xmllib} +\moduleauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl} +\sectionauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl} \modulesynopsis{A parser for XML documents.}