diff --git a/README.md b/README.md index 264f4ff..41478dd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ tutorial. Simply add `enum.h` and `enum_preprocessor_map.h` to your project. The current version can be found at -[https://github.com/aantron/better-enums](https://github.com/aantron/better-enums). +[https://github.com/aantron/better-enums/releases](https://github.com/aantron/better-enums/releases). `enum_preprocessor_map.h` can handle enums with up to 256 constants. If you have more, re-generate it by running something like: @@ -68,6 +68,11 @@ to lagging C++11 support in msvc. It should ultimately be portable to msvc, since msvc has its own version of weak symbols. Everything else in the library is standard C++. +## Contact + +Don't hesitate to contact me about features (or bugs!): +antonbachin@yahoo.com + ## Explanation The `ENUM` macro specializes a template based around a regular `enum` diff --git a/doc/index.html b/doc/index.html index 0764fa5..4e5fd9d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -925,9 +925,6 @@ for (var index = 0; index < property_headers.length; ++index) { var header = property_headers[index]; var next = header.nextSibling; - console.log(header); - console.log(header.parentNode); - if (next === null) header.parentNode.appendChild(br); else