From 3a7369d0cfa567cdb02063e1dad176c92ef2c7fe Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Nov 2019 09:23:51 -0500 Subject: Doxygen: remove /** and **/ from all .dox files This is an automatically generated commit, made with: find src -name '*.dox' | \ xargs perl -i -ne 'print unless (m#^\s*/?\*\*/?\s*$#);' --- src/feature/stats/feature_stats.dox | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/feature/stats') diff --git a/src/feature/stats/feature_stats.dox b/src/feature/stats/feature_stats.dox index 0ced00ce58..d205fe5571 100644 --- a/src/feature/stats/feature_stats.dox +++ b/src/feature/stats/feature_stats.dox @@ -1,4 +1,3 @@ -/** @dir /feature/stats @brief feature/stats: Relay statistics. Also, port prediction. @@ -9,4 +8,3 @@ Additionally, it contains predict_ports.c, which remembers which ports we've visited recently as a client, so we can make sure we have open circuits that support them. -**/ -- cgit v1.2.3-54-g00ecf