lib: fix doccomment url rendering

This commit is contained in:
2025-12-08 16:27:55 +09:00
parent d67e0f5179
commit 853347a30c

View File

@@ -1,5 +1,5 @@
//! This library contains structs and parsing for the mpd protocol
//! as described in https://mpd.readthedocs.io/en/latest/protocol.html#protocol-overview
//! as described in <https://mpd.readthedocs.io/en/latest/protocol.html#protocol-overview>
//!
//! It does not provide any client or server implementation