X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=typescript_strings.py;h=5ae728f9866a8871cf537c7792d9768262568645;hb=c8f95f12f4a9d118e0aac4ce43475944ac1a3a55;hp=c8fcfc93c1a92f579483a43b4a8c987721b7d466;hpb=efef5b96e398356838dc2bd01bcb6baa145a5768;p=ldk-java diff --git a/typescript_strings.py b/typescript_strings.py index c8fcfc93..5ae728f9 100644 --- a/typescript_strings.py +++ b/typescript_strings.py @@ -779,8 +779,12 @@ import * as bindings from '../bindings.mjs' out_c = out_c + "\t}\n" out_c = out_c + "}\n" + # Note that this is *not* marked /* @internal */ as we re-expose it directly in enums/ + enum_comment_formatted = enum_doc_comment.replace("\n", "\n * ") out_typescript = f""" -/* @internal */ +/** + * {enum_comment_formatted} + */ export enum {struct_name} {{ {out_typescript_enum_fields} }}