ssw/doc/ini/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
882 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"enum":[["Error","Error while parsing an INI document"],["EscapePolicy","Policies for escaping logic"],["LineSeparator","Newline style"],["SectionEntry","A view into an `Ini`, which may either be vacant or occupied."]],"struct":[["Ini","Ini struct"],["ParseError","Parse error"],["ParseOption","Parsing configuration"],["Properties","Properties type (key-value pairs)"],["SectionIter","Iterator for traversing sections"],["SectionIterMut","Iterator for traversing sections"],["SectionOccupiedEntry","A view into a occupied entry in a `Ini`"],["SectionSetter","A setter which could be used to set key-value pair in a specified section"],["SectionVacantEntry","A view into a vacant entry in a `Ini`"],["WriteOption","Writing configuration"]],"type":[["PropertyKey","Internal storage of propertys key"],["SectionKey","Internal storage of sections key"]]};