Skip to content
Snippets Groups Projects
Commit 99f9ac26 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Tools.Standalone.autodoc_to_split_html: Minor cleanup.

parent 41176f36
No related branches found
No related tags found
No related merge requests found
......@@ -540,12 +540,7 @@ class Node
array(Node) find_siblings()
{
return
parent->class_children+
parent->module_children+
parent->enum_children+
parent->directive_children+
parent->method_children;
return parent->find_children();
}
array(Node) find_children()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment