mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 11:26:26 +00:00
635dec5c8e
also - added many member functions to `array` - added more documentation - added format_flags - added some additional cleaning steps to `generate_single_header.py` - made formatters work for any node type, not just tables - fixed documentation header obscuring content during jumps
22 lines
997 B
Plaintext
22 lines
997 B
Plaintext
@INCLUDE = ./Doxyfile
|
|
GENERATE_HTML = NO
|
|
GENERATE_XML = YES
|
|
XML_PROGRAMLISTING = NO
|
|
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
|
|
WARN_AS_ERROR = NO
|
|
TAB_SIZE = 4
|
|
HTML_EXTRA_FILES = tomlplusplus.js
|
|
SHOW_INCLUDE_FILES = NO
|
|
##! M_THEME_COLOR = #22272e
|
|
##! M_LINKS_NAVBAR1 = pages
|
|
##! M_LINKS_NAVBAR2 = annotated
|
|
##! 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 = <script src="tomlplusplus.js"></script>
|