From 0b0bfedf27e92dd5786cbfc7ffc6d9f110a2afce Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 19 Mar 2017 07:51:54 -0700 Subject: [PATCH] utils: clear a doxygen warning --- utils/print-introspected-doxygen.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index 0757eb42c..afa63e2fb 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -1251,6 +1251,7 @@ StaticInformation::DoGather (TypeId tid) /// Register aggregation relationships that are not automatically /// detected by this introspection program. Statements added here /// result in more configuration paths being added to the doxygen. +/// \return instance of StaticInformation with the registered information StaticInformation GetTypicalAggregations () { NS_LOG_FUNCTION_NOARGS ();