Global function under the namespace does not shown up.
/** * \namespace ABC * \brief ABC is not XYZ. */ namespace ABC { /// f is a function. extern void f(); }