Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for _comment (0.04 seconds)

  1. doc/go_spec.html

    </pre>
    
    <h2 id="Lexical_elements">Lexical elements</h2>
    
    <h3 id="Comments">Comments</h3>
    
    <p>
    Comments serve as program documentation. There are two forms:
    </p>
    
    <ol>
    <li>
    <i>Line comments</i> start with the character sequence <code>//</code>
    and stop at the end of the line.
    </li>
    <li>
    <i>General comments</i> start with the character sequence <code>/*</code>
    Created: 2026-04-07 11:13
    - Last Modified: 2026-04-01 23:39
    - 287.8K bytes
    - Click Count (1)
  2. CHANGELOG/CHANGELOG-1.35.md

    - Updated `applyconfiguration-gen` to preserve struct and field comments from source types in the generated code. ([#132663](https://github.com/kubernetes/kubernetes/pull/132663), [@mrIncompetent](https://github.com/mrIncompetent))
    Created: 2026-04-03 09:05
    - Last Modified: 2026-03-19 03:20
    - 265.9K bytes
    - Click Count (0)
Back to Top