Преглед на файлове

remove obsolete reminder from the bindgen readme

Andre Weissflog преди 7 месеца
родител
ревизия
b0aa42fa06
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      bindgen/README.md

+ 0 - 2
bindgen/README.md

@@ -1,7 +1,5 @@
 ## Language Binding Generation Scripts
 
-> REMINDER: we can pass `-fparse-all-comments` to the clang ast-dump command line which adds the following node types to the ast-dump.json: FullComment, ParagraphComment, TextComment. This might allow us to preserve comments in the language bindings (might be useful as part of a bigger change to make sokol header comments autodoc and Intellisense-friendly)
-
 ### Updating the bindings
 
 First make sure that clang and python3 are in the path: