Browse Source

Remove ``--no-doc-comments`` from ``bindgen.sh``

pull/64/head
TechiePi 2 years ago
parent
commit
be42c73234
  1. 1
      ctru-sys/bindgen.sh
  2. 6581
      ctru-sys/src/bindings.rs

1
ctru-sys/bindgen.sh

@ -7,7 +7,6 @@ bindgen "$DEVKITPRO/libctru/include/3ds.h" \ @@ -7,7 +7,6 @@ bindgen "$DEVKITPRO/libctru/include/3ds.h" \
--use-core \
--distrust-clang-mangling \
--must-use-type 'Result' \
--no-doc-comments \
--no-layout-tests \
--ctypes-prefix "::libc" \
--no-prepend-enum-name \

6581
ctru-sys/src/bindings.rs

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save