mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
Use \moduleauthor and \sectionauthor instead of a comment to credit
the author (just happened to notice this one).
This commit is contained in:
parent
7be0cde3a0
commit
191f2857f5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
\section{\module{xmllib} ---
|
\section{\module{xmllib} ---
|
||||||
A parser for XML documents.}
|
A parser for XML documents.}
|
||||||
% Author: Sjoerd Mullender
|
|
||||||
\declaremodule{standard}{xmllib}
|
\declaremodule{standard}{xmllib}
|
||||||
|
\moduleauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl}
|
||||||
|
\sectionauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl}
|
||||||
|
|
||||||
\modulesynopsis{A parser for XML documents.}
|
\modulesynopsis{A parser for XML documents.}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue