jsdoc 0.5.0

JsDoc parser writen in rust
Documentation
[
    JsDoc {
        span: Span {
            lo: BytePos(
                0,
            ),
            hi: BytePos(
                0,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    0,
                ),
                hi: BytePos(
                    1,
                ),
                ctxt: #0,
            },
            value: Atom('*' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        0,
                    ),
                    hi: BytePos(
                        9,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            0,
                        ),
                        hi: BytePos(
                            9,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('namespace' type=static),
                },
                tag: Namespace(
                    NamespaceTag {
                        span: Span {
                            lo: BytePos(
                                0,
                            ),
                            hi: BytePos(
                                9,
                            ),
                            ctxt: #0,
                        },
                        ty: Some(
                            Text {
                                span: Span {
                                    lo: BytePos(
                                        0,
                                    ),
                                    hi: BytePos(
                                        2,
                                    ),
                                    ctxt: #0,
                                },
                                value: Atom('ns' type=inline),
                            },
                        ),
                        name: None,
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                35,
            ),
            hi: BytePos(
                55,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    35,
                ),
                hi: BytePos(
                    70,
                ),
                ctxt: #0,
            },
            value: Atom('*
            *  Similar to [the bar function]{' type=dynamic),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        35,
                    ),
                    hi: BytePos(
                        39,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            35,
                        ),
                        hi: BytePos(
                            39,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('link' type=inline),
                },
                tag: Unknown(
                    UnknownTag {
                        span: Span {
                            lo: BytePos(
                                35,
                            ),
                            hi: BytePos(
                                39,
                            ),
                            ctxt: #0,
                        },
                        extras: Text {
                            span: Span {
                                lo: BytePos(
                                    35,
                                ),
                                hi: BytePos(
                                    40,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('bar}.' type=inline),
                        },
                    },
                ),
            },
        ],
    },
    JsDoc {
        span: Span {
            lo: BytePos(
                133,
            ),
            hi: BytePos(
                133,
            ),
            ctxt: #0,
        },
        description: Text {
            span: Span {
                lo: BytePos(
                    133,
                ),
                hi: BytePos(
                    136,
                ),
                ctxt: #0,
            },
            value: Atom('*
            *' type=inline),
        },
        tags: [
            TagItem {
                span: Span {
                    lo: BytePos(
                        133,
                    ),
                    hi: BytePos(
                        136,
                    ),
                    ctxt: #0,
                },
                tag_name: Text {
                    span: Span {
                        lo: BytePos(
                            133,
                        ),
                        hi: BytePos(
                            136,
                        ),
                        ctxt: #0,
                    },
                    value: Atom('see' type=inline),
                },
                tag: See(
                    SeeTag {
                        span: Span {
                            lo: BytePos(
                                133,
                            ),
                            hi: BytePos(
                                136,
                            ),
                            ctxt: #0,
                        },
                        text: Text {
                            span: Span {
                                lo: BytePos(
                                    133,
                                ),
                                hi: BytePos(
                                    147,
                                ),
                                ctxt: #0,
                            },
                            value: Atom('{@link ns.foo}' type=dynamic),
                        },
                    },
                ),
            },
        ],
    },
]