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 a785a73..8c4131e 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.}