File: go1_22_go_doc_comment.go

package info (click to toggle)
golang-github-traefik-yaegi 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,608 kB
  • sloc: sh: 457; makefile: 39
file content (49 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Code generated by 'yaegi extract go/doc/comment'. DO NOT EDIT.

//go:build go1.22
// +build go1.22

package stdlib

import (
	"go/doc/comment"
	"reflect"
)

func init() {
	Symbols["go/doc/comment/comment"] = map[string]reflect.Value{
		// function, constant and variable definitions
		"DefaultLookupPackage": reflect.ValueOf(comment.DefaultLookupPackage),

		// type definitions
		"Block":     reflect.ValueOf((*comment.Block)(nil)),
		"Code":      reflect.ValueOf((*comment.Code)(nil)),
		"Doc":       reflect.ValueOf((*comment.Doc)(nil)),
		"DocLink":   reflect.ValueOf((*comment.DocLink)(nil)),
		"Heading":   reflect.ValueOf((*comment.Heading)(nil)),
		"Italic":    reflect.ValueOf((*comment.Italic)(nil)),
		"Link":      reflect.ValueOf((*comment.Link)(nil)),
		"LinkDef":   reflect.ValueOf((*comment.LinkDef)(nil)),
		"List":      reflect.ValueOf((*comment.List)(nil)),
		"ListItem":  reflect.ValueOf((*comment.ListItem)(nil)),
		"Paragraph": reflect.ValueOf((*comment.Paragraph)(nil)),
		"Parser":    reflect.ValueOf((*comment.Parser)(nil)),
		"Plain":     reflect.ValueOf((*comment.Plain)(nil)),
		"Printer":   reflect.ValueOf((*comment.Printer)(nil)),
		"Text":      reflect.ValueOf((*comment.Text)(nil)),

		// interface wrapper definitions
		"_Block": reflect.ValueOf((*_go_doc_comment_Block)(nil)),
		"_Text":  reflect.ValueOf((*_go_doc_comment_Text)(nil)),
	}
}

// _go_doc_comment_Block is an interface wrapper for Block type
type _go_doc_comment_Block struct {
	IValue interface{}
}

// _go_doc_comment_Text is an interface wrapper for Text type
type _go_doc_comment_Text struct {
	IValue interface{}
}