diff options
-rw-r--r-- | Doc/templates/module.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex index 4e39688..4bb8013 100644 --- a/Doc/templates/module.tex +++ b/Doc/templates/module.tex @@ -13,7 +13,7 @@ % appropriate. \section{\module{spam} --- - Short one-line descrition, for section title.} + Short descrition, for section title.} % Choose one of these to specify the module module name. If there's % an underscore in the name, use @@ -28,7 +28,8 @@ \moduleauthor{name}{email} % Author of the module code; % omit if not known. -\sectionauthor{name}{email} % Author of the documentation. +\sectionauthor{name}{email} % Author of the documentation, + % even if not a module section. % Leave at least one blank line after this, to simplify ad-hoc tools |