diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2009-08-11 00:29:21 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2009-08-11 00:29:21 +0000 |
commit | 530200265803a8a3c9cd29006e84af2958ae121f (patch) | |
tree | f2eb80c713782fa21a1b6edb000d86532401b949 /libstdc++-v3/include/tr1_impl/functional | |
parent | 56cd0445fb2b5e6701b8833243114667833c8a25 (diff) | |
download | gcc-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/functional | 2 |
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 { }; |