From c55e5512355d23483d521d7c7dd38e67ba7835f9 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 13 Aug 2015 14:03:10 +0100 Subject: docs: Add PUGIXML_COMPACT documentation Also add PUGIXML_COMPACT to pugiconfig.hpp --- src/pugiconfig.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 5ee5131..6edf64c 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -17,6 +17,9 @@ // Uncomment this to enable wchar_t mode // #define PUGIXML_WCHAR_MODE +// Uncomment this to enable compact mode +// #define PUGIXML_COMPACT + // Uncomment this to disable XPath // #define PUGIXML_NO_XPATH -- cgit v1.2.3