Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Sep 21, 2021
1 parent dff370e commit c0d0e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy.docs.abstract/envoy/docs/abstract/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def pb_field_cross_ref_label(self, field_name):

def hide_not_implemented(self, comment):
"""Should a given type_context.Comment be hidden because it is tagged as [#not-implemented-hide:]?"""
return self.not_implemented_hide_annotation in comment.annotations
return self.annotations.NOT_IMPLENTED_HIDE in comment.annotations

def pb_comment_with_annotations(self, comment, type_name=''):
"""Format a comment string with additional RST for annotations."""
Expand Down

0 comments on commit c0d0e18

Please sign in to comment.