2

How can I hide non-documented namespaces. I have added to my documentation the Android documentation (with a android.tag file). However now I've many undocumentated namespaces (packages) which I would like to hide. See also this screenshot:

Namespace overview

Where you can see some of my documentated classes, but there are also many namespaces which are not docmentated (and also external) how can I hide them?

9
  • These namespaces should not appear in the index. There was a bug in doxygen that caused them to appear, but I think this is fixed in the meantime. Which version of doxygen are you using? Commented Nov 26, 2013 at 22:25
  • @doxygen sorry I forgot to answer. I'm using Doxygen 1.8.5 on Windows (if this matters). I generated the whole documentation for android and wrote a small tool which replaced all local references to the correct online android documentation. Not sure if this causes the problem I also get some wired warnings in the console about unexpected attributes. Commented Nov 27, 2013 at 13:02
  • You can see that tag file here: gist.github.com/rekire/7675412 if this file causes the bug please guide me how to avoid that. Commented Nov 27, 2013 at 13:14
  • I have the same problem on linux with doxygen 1.8.5. @doxygen, could you maybe point me to the mentioned bug, I couldn't find it on bugzilla. Including the external namespaces to EXCLUDE_SYMBOLS doesn't work, unfortunately. Commented Jan 16, 2014 at 16:03
  • I have this problem even in 1.8.6 Commented Jan 16, 2014 at 16:06

1 Answer 1

1

The problem is known and an unofficial fix (which was verified to work) is available here: ftp://ftp.stack.nl/pub/users/dimitri/test/doxygen-1.8.6-20140107.windows.bin.zip

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for this answer! Is there any workaround for Linux? Or is the fix going to be integrated into future releases?
link does not work, what a bad answer.

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.