We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd5775 commit 35c09f0Copy full SHA for 35c09f0
bin/docs_scripts/generate_json_schemas.py
@@ -457,12 +457,6 @@ def generate_sdk_documentation():
457
print(f" • {classes_count} classes documented")
458
print(f" • {total_functions} functions documented")
459
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
-
466
except Exception as e:
467
print(f"❌ Error generating documentation: {e}")
468
import traceback
0 commit comments