diff --git a/pw-access.el b/pw-access.el index 8e62b60..f4cd4ab 100644 --- a/pw-access.el +++ b/pw-access.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; A generic interface for communication with PipeWire (https://pipewire.org). ;; It abstracts communication with PipeWire to be backend independent. ;; Only functions from this module may communicate with PipeWire. diff --git a/pw-lib.el b/pw-lib.el index 08ff030..b88b286 100644 --- a/pw-lib.el +++ b/pw-lib.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; Backend-independent library to access PipeWire functionality. ;; It abstracts data returned from `pw-access' methods and provides ;; functions to work with them. diff --git a/pw-ui.el b/pw-ui.el index 0b6fe65..76f5bc3 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; PipeWire user interface based on pw-lib. ;; An interactive buffer can be displayed using `M-x pipewire'. ;; `pipewire-increase-volume', `pipewire-decrease-volume' and