diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md index 99d2a1f8b..0917d4d5f 100644 --- a/docs/getting-started/new_project_guide.md +++ b/docs/getting-started/new_project_guide.md @@ -118,7 +118,8 @@ Any changes to this list must follow these rules: - An organization email address is used. ### sanitizers (optional) {#sanitizers} -The list of sanitizers to use. If you don't specify a list, `sanitizers` uses a default list of supported +The list of sanitizers to use. Possible values are: `address`, `memory` and `undefined`. +If you don't specify a list, `sanitizers` uses a default list of supported sanitizers (currently ["address"](https://clang.llvm.org/docs/AddressSanitizer.html) and ["undefined"](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)).