Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnides123 committed Jan 3, 2024
1 parent 0dcc30a commit 2e1f3c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/generators/markers.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,8 @@ func parseMarkers(markerComments []string, prefix string) (map[string]any, error

// Skip ref markers
if len(value) == 1 {
foo := value[0]
fmt.Printf("foo: %v\n", foo)
_, ok := defaultergen.ParseSymbolReference(value[0], "")
if ok { // regexp.MustCompile(`^(?:\s*ref\s{0,1}\().*\)\s*`).MatchString(value[0]) {
if ok {
continue
}
}
Expand Down

0 comments on commit 2e1f3c2

Please sign in to comment.