What are the best ways that you have found to document the use of an API?
Comments on classes and methods, such as JavaDoc comments, are useful for learning about how a particular class or method works, but I'm asking about how people document higher-level concepts that show how to actually use the API.
Comments that include code samples are often too buried to be findable or useful. External documentation quickly gets out of date.