Home / Type/ CommentBlockTag Type — supabase Architecture

CommentBlockTag Type — supabase Architecture

Architecture documentation for the CommentBlockTag type/interface in Reference.typeSpec.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/features/docs/Reference.typeSpec.ts lines 215–225

interface CommentBlockTag {
  /**
   * An @ string, e.g., `@returns`
   */
  tag: string
  /**
   * Optional name for the tag, e.g., "Empty bucket" for @example tags
   */
  name?: string
  content: CommentKind[]
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free