Skip to content

Commit

Permalink
Add example of a member that shouldn't get documented
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianoestudies committed Nov 6, 2024
1 parent 559e7e3 commit 5647ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ type Job struct {
// - name: InternalOptions Example
// value: exampleInternalOptions
InternalOptions *InternalOptions `yaml:"internal-options" json:"internal-options"`
// docgen:nodoc
// you can also skip members that are not part of the yaml file
NotConfiguredByYaml string
}

// InternalOptions contains internal configuration options for scheduler
Expand Down

0 comments on commit 5647ff2

Please sign in to comment.