@wdprlib/decompiler
    Preparing search index...

    Function serializeFootnoteInline

    • Serialize a void footnote element (inline restoration).

      Uses footnoteCounter to identify which footnote content to insert, pulling from tree.footnotes.

      Parameters

      • ctx: SerializeContext

        Serialization context

      • index: number

        Zero-based footnote counter index

      • Optionalfootnotes: Element[][]

        Footnote content arrays from the syntax tree

      Returns void