Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ForceBlankBefore (0.2 sec)

  1. src/go/doc/comment/parse.go

    }
    
    // list returns a list built from the indented lines,
    // using forceBlankBefore as the value of the List's ForceBlankBefore field.
    func (d *parseDoc) list(lines []string, forceBlankBefore bool) *List {
    	num, _, _ := listMarker(lines[0])
    	var (
    		list *List = &List{ForceBlankBefore: forceBlankBefore}
    		item *ListItem
    		text []string
    	)
    	flush := func() {
    		if item != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 33.5K bytes
    - Viewed (0)
  2. api/go1.19.txt

    pkg go/doc/comment, type LinkDef struct, URL string #51082
    pkg go/doc/comment, type LinkDef struct, Used bool #51082
    pkg go/doc/comment, type List struct #51082
    pkg go/doc/comment, type List struct, ForceBlankBefore bool #51082
    pkg go/doc/comment, type List struct, ForceBlankBetween bool #51082
    pkg go/doc/comment, type List struct, Items []*ListItem #51082
    pkg go/doc/comment, type ListItem struct #51082
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 17.9K bytes
    - Viewed (0)
Back to top