Skip to content

Commit e9c3944

Browse files
committed
Internal Google change
PiperOrigin-RevId: 427601484
1 parent dfe0f11 commit e9c3944

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

struct2tensor/tools/build_docs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def splice(name, tmp_dir):
117117
def _filter_module_attributes(path, parent, children):
118118
"""Filter out module attirubtes.
119119
120-
This removes attributes that are google_type_annotation or a gen rule
121-
attribute. The custom ops that need gen rules will have their docs exposed
120+
This removes attributes that are a gen rule attribute.
121+
The custom ops that need gen rules will have their docs exposed
122122
from the python source file. No need to also get api docs from the generated
123123
files.
124124
@@ -132,7 +132,6 @@ def _filter_module_attributes(path, parent, children):
132132
"""
133133
del path
134134
skip_module_attributes = {
135-
"google_type_annotations",
136135
"gen_decode_proto_sparse",
137136
"gen_decode_proto_map_op",
138137
"gen_equi_join_indices",

0 commit comments

Comments
 (0)