mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
cb000809b0
see https://github.com/toml-lang/toml/issues/698 for info about TOML v1.0.0 also: - fixed some parser error-paths not returning early enough when exceptions were disabled - added more specific error messages for parsing errors relating to prohibited codepoints - added compilation speed improvements (particularly for platforms lacking floating-point `std::to_chars`) - added many minor documentation improvements - added additional tests
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
@INCLUDE = ./Doxyfile
|
|
|
|
HTML_EXTRA_STYLESHEET = \
|
|
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600 \
|
|
../css/m-dark+documentation.compiled.css \
|
|
tomlplusplus.css
|
|
|
|
HTML_EXTRA_FILES = \
|
|
tomlplusplus.js \
|
|
logo.png \
|
|
banner_small.png \
|
|
github-icon.png \
|
|
badge-awesome.svg \
|
|
badge-C++17.svg \
|
|
badge-C++20.svg \
|
|
badge-license-MIT.svg \
|
|
badge-TOML.svg
|
|
|
|
|
|
##! M_THEME_COLOR = #22272e
|
|
##! M_LINKS_NAVBAR1 = \
|
|
##! namespaces
|
|
##! M_LINKS_NAVBAR2 = \
|
|
##! annotated \
|
|
##! "<a target="_blank" href="https://github.com/marzer/tomlplusplus/" class="github">Github</a>"
|
|
##! M_SEARCH_DOWNLOAD_BINARY = NO
|
|
##! M_CLASS_TREE_EXPAND_LEVELS = 3
|
|
##! M_FILE_TREE_EXPAND_LEVELS = 3
|
|
##! M_PAGE_FINE_PRINT = <a target="_blank" href="https://github.com/marzer/tomlplusplus/">Github</a> • \
|
|
##! <a target="_blank" href="https://github.com/marzer/tomlplusplus/issues">Report an issue</a> \
|
|
##! <br><br>Documentation generated using <a href="https://mcss.mosra.cz/">m.css</a>
|
|
##! M_HTML_HEADER = <meta name="google-site-verification" content="gbtcNgKlNiPSMKkYMw4zWFVWGPH_oU93m9n_-nb4qK8" />\
|
|
##! <meta name="description" content="Header-only TOML config file parser and serializer for modern C++.">\
|
|
##! <script src="tomlplusplus.js"></script>
|
|
##! M_FAVICON = favicon.ico
|