From 191f2857f5f12003d5db06d3da2ad8dda7c30bff Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 22 Dec 1998 18:06:02 +0000 Subject: [PATCH] Use \moduleauthor and \sectionauthor instead of a comment to credit the author (just happened to notice this one). --- Doc/lib/libxmllib.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.} -- 2.50.0