Home / Function/ tsDocCommentToMdComment() — supabase Function Reference

tsDocCommentToMdComment() — supabase Function Reference

Architecture documentation for the tsDocCommentToMdComment() function in helpers.ts from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  c1960e9a_fc3b_1e0f_4af2_e5f580cc6ae4["tsDocCommentToMdComment()"]
  797c645c_8063_cca7_a388_c741cda42c70["gen()"]
  797c645c_8063_cca7_a388_c741cda42c70 -->|calls| c1960e9a_fc3b_1e0f_4af2_e5f580cc6ae4
  bb2e938d_5d19_f784_ec33_1ad931f27295["generateLabelParam()"]
  bb2e938d_5d19_f784_ec33_1ad931f27295 -->|calls| c1960e9a_fc3b_1e0f_4af2_e5f580cc6ae4
  style c1960e9a_fc3b_1e0f_4af2_e5f580cc6ae4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/docs/generator/legacy/lib/helpers.ts lines 22–28

export const tsDocCommentToMdComment = (commentObject: TsDoc.DocComment) =>
  `
${commentObject?.shortText || ''}

${commentObject?.text || ''}

`.trim()

Subdomains

Frequently Asked Questions

What does tsDocCommentToMdComment() do?
tsDocCommentToMdComment() is a function in the supabase codebase.
What calls tsDocCommentToMdComment()?
tsDocCommentToMdComment() is called by 2 function(s): gen, generateLabelParam.

Analyze Your Own Codebase

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

Try Supermodel Free