Fix line-wrapping in comment in dll.h

This commit is contained in:
Craig M. Brandenburg
2016-03-16 10:41:12 -07:00
parent 57805dfd6a
commit f327b565ba

View File

@@ -8,16 +8,12 @@
#endif #endif
// The following ifdef block is the standard way of creating macros which make // The following ifdef block is the standard way of creating macros which make
// exporting // exporting from a DLL simpler. All files within this DLL are compiled with the
// 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
// yaml_cpp_EXPORTS // be defined on any project that uses this DLL. This way any other project
// symbol defined on the command line. this symbol should not be defined on any // whose source files include this file see YAML_CPP_API functions as being
// project // imported from a DLL, whereas this DLL sees symbols defined with this macro as
// that uses this DLL. This way any other project whose source files include // being exported.
// 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 #undef YAML_CPP_API
#ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined #ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined