From 923e83bced40223abb3ff1be69f2a910b4d2c004 Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:07:01 -0400 Subject: Remove comment above proc --- src/server/documentation.odin | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/server') diff --git a/src/server/documentation.odin b/src/server/documentation.odin index eba1855..c57e078 100644 --- a/src/server/documentation.odin +++ b/src/server/documentation.odin @@ -663,9 +663,6 @@ concatenate_raw_symbol_information :: proc(ast_context: ^AstContext, symbol: Sym if v, ok := symbol.value.(SymbolProcedureValue); ok { pkg := path.base(symbol.pkg, false, context.temp_allocator) sb := strings.builder_make(context.temp_allocator) - if symbol.comment != "" { - fmt.sbprintf(&sb, "%s\n", symbol.comment) - } for attribute in v.attributes { if len(attribute.elems) == 0 { strings.write_string(&sb, "@()\n") -- cgit v1.2.3