Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for delPrevChar (0.1 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go

    		switch {
    		case len(line) == 0: // Keep paragraphs
    			delPrevChar()
    			buffer.WriteString("\n\n")
    		case strings.HasPrefix(leading, "TODO"): // Ignore one line TODOs
    		case strings.HasPrefix(leading, "+"): // Ignore instructions to the generators
    		default:
    			if strings.HasPrefix(line, " ") || strings.HasPrefix(line, "\t") {
    				delPrevChar()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 03 07:33:58 UTC 2017
    - 7K bytes
    - Viewed (0)
Back to top