From d71040b2e564a9f0c23cca2bffc441abd513f918 Mon Sep 17 00:00:00 2001 From: Steven Geddis Date: Tue, 23 Jan 2018 19:16:44 +0100 Subject: [PATCH] fix bad opening comment block --- include/libboostasio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libboostasio.h b/include/libboostasio.h index 96058c1..dd229f9 100644 --- a/include/libboostasio.h +++ b/include/libboostasio.h @@ -1,4 +1,5 @@ -bBoostAsio.h +/** + * LibBoostAsio.h * * Implementation for the AMQP::TcpHandler that is optimized for boost::asio. You can * use this class instead of a AMQP::TcpHandler class, just pass the boost asio service