From 81446ad08f31086ef67f6d76df9c040dfcabc00c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 18 May 2012 13:53:24 -0700 Subject: [PATCH] Fix doxygen reference --- doc/tutorial-pt-br/source/tracing.rst | 4 ++-- doc/tutorial/source/tracing.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial-pt-br/source/tracing.rst b/doc/tutorial-pt-br/source/tracing.rst index 5197128b6..eb5fac71f 100644 --- a/doc/tutorial-pt-br/source/tracing.rst +++ b/doc/tutorial-pt-br/source/tracing.rst @@ -3562,10 +3562,10 @@ M uint32_t deviceid); .. - You are encouraged to peruse the Doxygen for class ``TraceHelperForDevice`` + You are encouraged to peruse the Doxygen for class ``AsciiTraceHelperForDevice`` to find the details of these methods; but to summarize ... -Para maiores detalhes sobre os métodos é interessante consultar a documentação para a classe ``TraceHelperForDevice``; mas para resumir ... +Para maiores detalhes sobre os métodos é interessante consultar a documentação para a classe ``AsciiTraceHelperForDevice``; mas para resumir ... .. There are twice as many methods available for ascii tracing as there were for diff --git a/doc/tutorial/source/tracing.rst b/doc/tutorial/source/tracing.rst index 2eb61690a..697436a67 100644 --- a/doc/tutorial/source/tracing.rst +++ b/doc/tutorial/source/tracing.rst @@ -2566,7 +2566,7 @@ Ascii Tracing Device Helper Methods void EnableAscii (std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename); void EnableAscii (Ptr stream, uint32_t nodeid, uint32_t deviceid); -You are encouraged to peruse the Doxygen for class ``TraceHelperForDevice`` +You are encouraged to peruse the Doxygen for class ``AsciiTraceHelperForDevice`` to find the details of these methods; but to summarize ... There are twice as many methods available for ascii tracing as there were for