cbindgen.toml (776B)
1 header = """/* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */""" 4 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen. 5 */ 6 7 namespace mozilla { 8 namespace net { 9 10 class UriTemplateWrapper; 11 12 } // namespace net 13 } // namespace mozilla 14 """ 15 include_version = true 16 include_guard = "mozilla_net_uritemplate_glue_h" 17 braces = "SameLine" 18 line_length = 100 19 tab_width = 2 20 language = "C++" 21 namespaces = ["mozilla", "net"] 22 includes = ["nsString.h"] 23 24 [export] 25 exclude = ["UriTemplateWrapper"] 26 item_types = ["globals", "enums", "structs", "unions", "typedefs", "opaque", "functions", "constants"]