From b0aa42fa061759908a6c68029703e0988a854b53 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Tue, 11 Feb 2025 09:14:21 +0100 Subject: [PATCH] remove obsolete reminder from the bindgen readme --- bindgen/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindgen/README.md b/bindgen/README.md index d6304b6bc..95c12fe16 100644 --- a/bindgen/README.md +++ b/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: