summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/symtreenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/symtreenode.hxx')
-rw-r--r--autodoc/inc/ary/symtreenode.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/autodoc/inc/ary/symtreenode.hxx b/autodoc/inc/ary/symtreenode.hxx
index c11210ce6369..f43605cd89b5 100644
--- a/autodoc/inc/ary/symtreenode.hxx
+++ b/autodoc/inc/ary/symtreenode.hxx
@@ -59,22 +59,19 @@ namespace symtree
1. static entity_base_type &
EntityOf_(
id_type i_id );
- 2. static id_type IdOf_(
- const entity_base_type &
- i_entity );
- 3. static symtree::Node<LeNode_Traits> *
+ 2. static symtree::Node<LeNode_Traits> *
NodeOf_(
const entity_base_type &
i_entity );
- 4. static const String &
+ 3. static const String &
LocalNameOf_(
const entity_base_type &
i_entity );
- 5. static entity_base_type *
+ 4. static entity_base_type *
ParentOf_(
const entity_base_type &
i_entity );
- 6. template <class KEY>
+ 5. template <class KEY>
static id_t Search_(
const entity_base_type &
i_entity,