Skip to content

Commit

Permalink
Bump Clang version and update generator script
Browse files Browse the repository at this point in the history
No doc is generated for now because there is no doc in the header files.
  • Loading branch information
Gnimuc committed Aug 8, 2021
1 parent 5a5c59f commit efe2048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ version = "0.14.0"

[[Clang_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "libLLVM_jll"]
git-tree-sha1 = "a5923c06de3178dd755f4b9411ea8922a7ae6fb8"
git-tree-sha1 = "0312b2bec066a688bd79706c49deb48fefca836c"
uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100"
version = "11.0.1+3"
version = "12.0.1+0"

[[Dates]]
deps = ["Printf"]
Expand Down
3 changes: 3 additions & 0 deletions gen/generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ for target in JLLEnvs.JLL_ENV_TRIPLES
"VKAPI_CALL",
]
general["add_fptr_methods"] = true
general["extract_c_comment_style"] = "doxygen"
general["struct_field_comment_style"] = "outofline"
general["enumerator_comment_style"] = "outofline"
codegen["add_record_constructors"] = true
codegen["union_single_constructor"] = true
codegen["opaque_as_mutable_struct"] = false
Expand Down

0 comments on commit efe2048

Please sign in to comment.