[doc] always show angel doc in toc
This commit is contained in:
parent
17a5168793
commit
deb0dd2428
|
@ -471,7 +471,7 @@ class AngelModuleDocumentation < GenericModuleDocumentation
|
|||
self.title = xml['title'] || self.title
|
||||
self.ordername = xml['order']
|
||||
|
||||
nest(title, '', 'module') {
|
||||
nest(title, '', 'angel-module') {
|
||||
@html.p {
|
||||
@html.text (basename + ' ')
|
||||
@short = _parse_short(xml, false)
|
||||
|
|
Loading…
Reference in New Issue