From 3c06cacd104f2228a398453e9799be500ae243b5 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 20 Oct 2022 10:22:35 +0200 Subject: [PATCH] format Signed-off-by: Johan Haals --- STYLE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 1deaa7c092..db9b2ad347 100644 --- a/STYLE.md +++ b/STYLE.md @@ -158,7 +158,6 @@ This section describes guidelines for designing public APIs. It can also be appl } ``` - # Documentation Guidelines We use [API Extractor](https://api-extractor.com/pages/overview/demo_docs/) to generate our documentation, which in turn uses [TSDoc](https://github.com/microsoft/tsdoc) to parse our doc comments.