diff options
author | Hengqi Chen <chenhengqi@outlook.com> | 2021-04-27 21:45:02 +0800 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2021-04-27 20:43:14 +0200 |
commit | 05fe83beb28077f8063a285095c48081d4391093 (patch) | |
tree | 87b3bbb9c052dbf6ff68d7b418e27e00c40c969a | |
parent | f597e2777355e358a8f2c5a96d98326f3bf624d9 (diff) |
Update TOC for FAQ page
Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
-rw-r--r-- | book/src/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/faq.md b/book/src/faq.md index 61e40e35..7a13afb4 100644 --- a/book/src/faq.md +++ b/book/src/faq.md @@ -3,10 +3,10 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - - [Why isn't `bindgen` generating methods for this allowlisted class?](#why-isnt-bindgen-generating-methods-for-this-allowlisted-class) - [Why isn't `bindgen` generating bindings to inline functions?](#why-isnt-bindgen-generating-bindings-to-inline-functions) - [Does `bindgen` support the C++ Standard Template Library (STL)?](#does-bindgen-support-the-c-standard-template-library-stl) +- [How to deal with bindgen generated padding fields?](#how-to-deal-with-bindgen-generated-padding-fields) <!-- END doctoc generated TOC please keep comment here to allow auto update --> |