Improve Python analyzer: full AST traversal, signatures, docstrings, method detection

This commit is contained in:
2026-02-15 02:55:29 +03:00
parent 7ccc484ea8
commit da527e6960
2 changed files with 380 additions and 93 deletions

View File

@@ -360,7 +360,7 @@ fn generate_docs(model: &ProjectModel, out: &str, verbose: bool) -> Result<()> {
}
// Create individual documentation files for files and symbols
for (file_id, file_doc) in &model.files {
for (_file_id, file_doc) in &model.files {
let file_doc_path = files_path.join(format!("{}.md", sanitize_filename(&file_doc.path)));
// Create file documentation with symbol sections