Revert "remove section heading at start of implementation"
This reverts commit 97ecd621f5
.
This commit is contained in:
parent
97ecd621f5
commit
2c554eab28
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class ImplementationBeginMacro(SimpleSingleLineMacro):
|
||||||
return [
|
return [
|
||||||
r'% \begin{implementation}',
|
r'% \begin{implementation}',
|
||||||
r'',
|
r'',
|
||||||
|
r'\section{\pkg{!name} implementation}',
|
||||||
r'\begin{macrocode}',
|
r'\begin{macrocode}',
|
||||||
r'<*!outtype>',
|
r'<*!outtype>',
|
||||||
r'\end{macrocode}',
|
r'\end{macrocode}',
|
||||||
|
|
Loading…
Reference in a new issue