From 591bd28ef0d5283b37057577dc11d616e60fbd37 Mon Sep 17 00:00:00 2001 From: jDomantas Date: Wed, 22 May 2024 19:31:34 +0300 Subject: [PATCH] fix crate doc comment --- dap-types/src/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dap-types/src/lib.rs b/dap-types/src/lib.rs index 8e26ef4..0423b10 100644 --- a/dap-types/src/lib.rs +++ b/dap-types/src/lib.rs @@ -1,6 +1,7 @@ -/// Debugger Adapter Protocol types for Rust. -/// -/// Based on: https://microsoft.github.io/debug-adapter-protocol/specification +//! Debugger Adapter Protocol types for Rust. +//! +//! Based on: +//! (generated from machine-readable schema). /// Types representing events, with associated payload types. pub mod events;