docs: add missing @category tags (#22411)

Fixes the stray, uncategorised symbols seen in the left pane menu on
https://deno.land/api@v1.40.4.
This commit is contained in:
Asher Gomez 2024-02-15 07:49:49 +11:00 committed by GitHub
parent 012a9d8aeb
commit 66baff763f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 86 additions and 0 deletions

View file

@ -6271,6 +6271,7 @@ declare namespace Deno {
handler: ServeHandler;
}
/** @category HTTP Server */
export interface ServeUnixOptions {
/** The unix domain socket path to listen on. */
path: string;