diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-13 14:03:10 +0100 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-14 07:55:24 -0700 |
commit | c55e5512355d23483d521d7c7dd38e67ba7835f9 (patch) | |
tree | dca8c1abf77a2f70f81ebc6c22dc367df6fe0280 /src/pugiconfig.hpp | |
parent | fd0467c56849f0e117418a3e23f6b85beab6a4f9 (diff) |
docs: Add PUGIXML_COMPACT documentation
Also add PUGIXML_COMPACT to pugiconfig.hpp
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |