doc: Hardcode the header instead of using "machine readable".
"classmod" is not useful for a humain.
This commit is contained in:
parent
4ce6179d78
commit
43799aec02
|
@ -87,7 +87,7 @@
|
|||
# if ldoc.body then -- verbatim HTML as contents; 'non-code' entries
|
||||
$(ldoc.body)
|
||||
# elseif module then -- module documentation
|
||||
<h1>$(ldoc.module_typename(module)) <code>$(module.name)</code></h1>
|
||||
<h1>Module: <code>$(module.name)</code></h1>
|
||||
<p>$(M(module.summary,module))</p>
|
||||
<p>$(M(module.description,module))</p>
|
||||
# if module.tags.include then
|
||||
|
|
Loading…
Reference in New Issue