diff --git a/README.md b/README.md index 09fb870..e733a27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![banner](docs/images/banner_small.png)][homepage] +[![banner](docs/images/banner.png)][homepage] [![Releases](https://img.shields.io/github/v/release/marzer/tomlplusplus?style=flat-square)](https://github.com/marzer/tomlplusplus/releases) [![C++17](docs/images/badge-C++17.svg)][cpp_compilers] [![TOML](docs/images/badge-TOML.svg)][v1.0.0] diff --git a/docs/images/banner.ai b/docs/images/banner.ai index af4ca94..dceba32 100644 Binary files a/docs/images/banner.ai and b/docs/images/banner.ai differ diff --git a/docs/images/banner_small.png b/docs/images/banner.png similarity index 100% rename from docs/images/banner_small.png rename to docs/images/banner.png diff --git a/docs/images/banner.svg b/docs/images/banner.svg new file mode 100644 index 0000000..b12d4d1 --- /dev/null +++ b/docs/images/banner.svg @@ -0,0 +1 @@ +banner diff --git a/docs/images/banner_large.png b/docs/images/banner_large.png deleted file mode 100644 index 6cb347f..0000000 Binary files a/docs/images/banner_large.png and /dev/null differ diff --git a/docs/pages/main_page.dox b/docs/pages/main_page.dox index 4b07d00..a48e9b7 100644 --- a/docs/pages/main_page.dox +++ b/docs/pages/main_page.dox @@ -1,7 +1,7 @@ /*! \mainpage toml++ -\image html banner_small.png width=1280px +\image html banner.svg width=1280px \tableofcontents diff --git a/docs/poxy.toml b/docs/poxy.toml index ccb1b0d..05b8786 100644 --- a/docs/poxy.toml +++ b/docs/poxy.toml @@ -14,12 +14,11 @@ favicon = 'images/favicon.ico' navbar = [ 'namespaces', 'annotated' ] theme = 'dark' extra_files = [ - 'images/banner_small.png', 'images/badge-awesome.svg', 'images/badge-TOML.svg', 'images/badge-gitter.svg' ] - +html_header = '' [warnings] diff --git a/include/toml++/impl/forward_declarations.h b/include/toml++/impl/forward_declarations.h index a2ffbfd..5255912 100644 --- a/include/toml++/impl/forward_declarations.h +++ b/include/toml++/impl/forward_declarations.h @@ -344,8 +344,8 @@ TOML_NAMESPACE_START // abi namespace /// /// \detail \cpp /// // desired result: [ [ 42 ] ] - /// auto bad = toml::array{ toml::array{ 42 } } - /// auto good = toml::array{ toml::inserter{ toml::array{ 42 } } } + /// auto bad = toml::array{ toml::array{ 42 } }; + /// auto good = toml::array{ toml::inserter{ toml::array{ 42 } } }; /// std::cout << "bad: " << bad << "\n"; /// std::cout << "good:" << good << "\n"; /// \ecpp diff --git a/tools/requirements.txt b/tools/requirements.txt index a64f549..3e3e113 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,4 @@ -misk>=0.6.1 -poxy>=0.6.0 +misk>=0.7.0 +poxy>=0.7.0 pyyaml python-dateutil