From f327b565ba89c4ecea07e0d984bc7210465d8768 Mon Sep 17 00:00:00 2001 From: "Craig M. Brandenburg" Date: Wed, 16 Mar 2016 10:41:12 -0700 Subject: [PATCH] Fix line-wrapping in comment in dll.h --- include/yaml-cpp/dll.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/include/yaml-cpp/dll.h b/include/yaml-cpp/dll.h index 827e0f1..a32c06b 100644 --- a/include/yaml-cpp/dll.h +++ b/include/yaml-cpp/dll.h @@ -8,16 +8,12 @@ #endif // The following ifdef block is the standard way of creating macros which make -// exporting -// from a DLL simpler. All files within this DLL are compiled with the -// yaml_cpp_EXPORTS -// symbol defined on the command line. this symbol should not be defined on any -// project -// that uses this DLL. This way any other project whose source files include -// this file see -// YAML_CPP_API functions as being imported from a DLL, whereas this DLL sees -// symbols -// defined with this macro as being exported. +// exporting from a DLL simpler. All files within this DLL are compiled with the +// yaml_cpp_EXPORTS symbol defined on the command line. This symbol should not +// be defined on any project that uses this DLL. This way any other project +// whose source files include this file see YAML_CPP_API functions as being +// imported from a DLL, whereas this DLL sees symbols defined with this macro as +// being exported. #undef YAML_CPP_API #ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined