Need to document specific classes/methods for API
Hello everyone,
I am trying to create an API for only those methods or classes which we have agreed to support for customers. Is there a pre-existing tag, taglet, or docloet that will allow me to have javadoc run for only those elements containing a specific tag? It could be any combination of elements in the hierarchy too, half the classes in one package, all in another, none in a third, and anywhere from zero to all the methods in a class.
This is a large codebase, so I can't just exclude the elements I don't need. I'm hoping not to have to create a custom doclet or taglet, but if that's the way to go I would just like confirmation on that from the community.
Thanks everyone

