From 3ce5c6a3f0a086b6c633dbd077ff2cf989af5236 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Wed, 17 Nov 2010 18:52:05 -0800 Subject: [PATCH] Keep doxygen 1.7.1 from crashing. --- host/include/usrp/usrp_basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/include/usrp/usrp_basic.h b/host/include/usrp/usrp_basic.h index c24630e..b76493e 100644 --- a/host/include/usrp/usrp_basic.h +++ b/host/include/usrp/usrp_basic.h @@ -88,7 +88,7 @@ protected: */ std::vector< std::vector > d_db; - //! One time call, made only only from usrp_standard_*::make after shared_ptr is created. + // One time call, made only only from usrp_standard_*::make after shared_ptr is created. void init_db(usrp_basic_sptr u);