You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
320 B
TOML
23 lines
320 B
TOML
4 years ago
|
language = "C"
|
||
|
|
||
|
include_guard = "MEMFLOW_WIN32_H"
|
||
|
tab_width = 4
|
||
|
documentation_style = "doxy"
|
||
|
style = "both"
|
||
|
cpp_compat = true
|
||
|
includes = ["memflow.h"]
|
||
|
|
||
|
[parse]
|
||
|
parse_deps = true
|
||
|
|
||
|
include = ["memflow-win32", "memflow"]
|
||
|
|
||
|
[macro_expansion]
|
||
|
bitflags = true
|
||
|
|
||
|
[fn]
|
||
|
sort_by = "None"
|
||
|
|
||
|
[export]
|
||
|
exclude = ["PageType", "Address"]
|