0

I'm working on sprucing up the generated documentation for a C++ library of mine, using doxygen (the master branch HEAD as of right now, v1.11.0). After generation, and looking at the Namespaces page, I see both proper namespaces I've defined, but also many class names. I looked through my doxygen.cfg, and could not find any setting which is likely to result in this behavior.

So...

  • Is this intentional behavior for some reason?
  • Can I avoid it? Or perhaps, what might I be doing wrong which results in this behavior?

I would quote some of my code or the doxygen.cfg, but that's a whole lot of text, so - I've added links, plus feel free to ask for additional information as necessary.

3
  • Minimal reproducible example? Classes shouldn't appear there AFAIK Commented Apr 14, 2024 at 0:17
  • Example: doxygen.scummvm.org/namespaces.html Commented Apr 14, 2024 at 0:22
  • @LHLaurini : I'll try whittling things down into an MWE. I was assuming there might be an obvious cause for this. Commented Apr 15, 2024 at 20:53

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.