summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1_impl/functional
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2009-08-11 00:29:21 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2009-08-11 00:29:21 +0000
commit530200265803a8a3c9cd29006e84af2958ae121f (patch)
treef2eb80c713782fa21a1b6edb000d86532401b949 /libstdc++-v3/include/tr1_impl/functional
parent56cd0445fb2b5e6701b8833243114667833c8a25 (diff)
downloadgcc-530200265803a8a3c9cd29006e84af2958ae121f.tar.gz
functional: Doxygen markup.
2009-08-10 Benjamin Kosnik <bkoz@redhat.com> * include/tr1_impl/functional: Doxygen markup. * doc/html/*: Regenerate. From-SVN: r150640
Diffstat (limited to 'libstdc++-v3/include/tr1_impl/functional')
-rw-r--r--libstdc++-v3/include/tr1_impl/functional2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1_impl/functional b/libstdc++-v3/include/tr1_impl/functional
index 584a403de48..9911d46d678 100644
--- a/libstdc++-v3/include/tr1_impl/functional
+++ b/libstdc++-v3/include/tr1_impl/functional
@@ -1365,7 +1365,7 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
/**
* @brief Exception class thrown when class template function's
* operator() is called with an empty target.
- *
+ * @ingroup exceptions
*/
class bad_function_call : public std::exception { };