Skip to content

Commit 9abc45c

Browse files
committed
docs: remove example output section for clarity
1 parent bf77865 commit 9abc45c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,6 @@ cd cmd && go build -o codesleuth && cd ..
6363
./cmd/codesleuth analyze test-cobol/ > analysis_report.md
6464
```
6565

66-
### Example Output
67-
68-
The tool generates Markdown reports with:
69-
70-
- **Program Information:** Name, author, date, comments
71-
- **Data Division:** Working storage and file section analysis
72-
- **Procedure Division:** Paragraph structure and statement analysis
73-
- **Call Graph:** Visual representation of program flow
74-
- **Control Flow:** Execution path analysis
75-
- **Variable Usage:** Read/write analysis for all variables
76-
- **Dead Code Detection:** Unused paragraphs and variables
77-
78-
---
79-
8066
## CLI Examples
8167

8268
```bash

0 commit comments

Comments
 (0)