diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 18:06:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 18:06:02 (GMT) |
commit | 191f2857f5f12003d5db06d3da2ad8dda7c30bff (patch) | |
tree | 9e18767f9ab653c0fdcbc2f64023c6be8aedcaf3 /Doc/lib | |
parent | 7be0cde3a0976099214f03c119a640e3e73d0d94 (diff) | |
download | cpython-191f2857f5f12003d5db06d3da2ad8dda7c30bff.zip cpython-191f2857f5f12003d5db06d3da2ad8dda7c30bff.tar.gz cpython-191f2857f5f12003d5db06d3da2ad8dda7c30bff.tar.bz2 |
Use \moduleauthor and \sectionauthor instead of a comment to credit
the author (just happened to notice this one).
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libxmllib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
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.} |