add package doc comments
test / test (push) Successful in 19s Details

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
Ophestra Umiker 2024-10-28 20:57:59 +09:00
parent 563c39c2d9
commit 4b7b899bb3
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
5 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
// Package acl implements simple ACL manipulation via libacl.
package acl
import "unsafe"

View File

@ -1,3 +1,4 @@
// Package dbus wraps xdg-dbus-proxy and implements configuration and sandboxing of the underlying helper process.
package dbus
import (

View File

@ -1,6 +1,4 @@
/*
Package helper runs external helpers and manages their status and args FDs.
*/
// Package helper runs external helpers with optional sandboxing and manages their status/args pipes.
package helper
import (

View File

@ -1,3 +1,4 @@
// Package ldd retrieves linker information by invoking ldd from glibc or musl and parsing its output.
package ldd
import (

View File

@ -1,3 +1,4 @@
// Package xcb implements X11 ChangeHosts via libxcb.
package xcb
//#include <stdlib.h>