Skip to content

Commit

Permalink
Merge pull request #42 from maxiestudies/main
Browse files Browse the repository at this point in the history
Add example of a member that shouldn't get documented
  • Loading branch information
ehsandeep authored Jan 31, 2025
2 parents a450166 + 5647ff2 commit 0a7ac4c
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 0a7ac4c

Please sign in to comment.