How to get a reference to std:alloc etc

"Paul A. Bristow" <[email protected]> Thu, 6 Jun 2013 14:37:20 +0100
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
1  I'm puzzled as how to get a Doxygen comment with an std:: exception like
 
\throws std::alloc If memory is exhausted.
 
The exception  is provided by #include <exception>
 
but what, if anything, do I need to tell Doxygen to include?
 
(similarly for Boost exceptions, if I Doxygen-include /boost/exception/exception.hpp
 
I will get a load more things I really don't need?)
 
2  I'd also like to write
 
\throws Never.
 
but this provokes a warning because the syntax is 
\throws <exception-object> { exception description }
and "Never" is the description, not the name of an exception.
 
Any suggestions?
 
Thanks
 
Paul
 
---
Paul A. Bristow,
Prizet Farmhouse, Kendal LA8 8AB  UK
+44 1539 561830  07714330204
[email protected]