Home
last modified time | relevance | path

Searched refs:findGroupScope (Results 1 – 1 of 1) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.cpp407 static void findGroupScope(const Entry *root) in findGroupScope() function
429 for (const auto &e : root->children()) findGroupScope(e.get()); in findGroupScope()
12024 findGroupScope(root.get()); in parseInput()