]> granicus.if.org Git - python/commitdiff
Use \moduleauthor and \sectionauthor instead of a comment to credit
authorFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:06:02 +0000 (18:06 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:06:02 +0000 (18:06 +0000)
the author (just happened to notice this one).

Doc/lib/libxmllib.tex

index a785a736f1a93be4e3699fc3e44c427f200c8dbd..8c4131e9fd2b2a609b498d950d7bd76ce14e31cc 100644 (file)
@@ -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.}