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/lib/pubsub/lib_pubsub.dox | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/pubsub') diff --git a/src/lib/pubsub/lib_pubsub.dox b/src/lib/pubsub/lib_pubsub.dox index c033660121..3f4c473436 100644 --- a/src/lib/pubsub/lib_pubsub.dox +++ b/src/lib/pubsub/lib_pubsub.dox @@ -1,4 +1,3 @@ -/** @dir /lib/pubsub @brief lib/pubsub: Publish-subscribe message passing. @@ -13,4 +12,3 @@ would be clumsy and tend to complicate the call graph.) See pubsub.c for more information. -**/ -- cgit v1.2.3-54-g00ecf