Clean up misc. module doccomments

This commit is contained in:
2025-12-08 16:15:12 +09:00
parent 39e6b237af
commit febe651158
5 changed files with 16 additions and 10 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
//! Module containing a high-level client for interacting with an MPD server.
//! It provides methods for common operations such as playing, pausing, and
//! A high-level client for interacting with an Mpd server.
//!
//! The client provides methods for common operations such as playing, pausing, and
//! managing the playlist, and returns the expected response types directly
//! from its methods.