Skip to content

Commit 35c09f0

Browse files
committed
Update spec generation code
1 parent 0bd5775 commit 35c09f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/docs_scripts/generate_json_schemas.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ def generate_sdk_documentation():
457457
print(f" • {classes_count} classes documented")
458458
print(f" • {total_functions} functions documented")
459459

460-
no_docs = documentation["noDocsTypes"]
461-
if no_docs:
462-
print(
463-
f" • {len(no_docs)} types without documentation: {', '.join(no_docs[:5])}{'...' if len(no_docs) > 5 else ''}"
464-
)
465-
466460
except Exception as e:
467461
print(f"❌ Error generating documentation: {e}")
468462
import traceback

0 commit comments

Comments
 (0)