extract_code_metadata
Extracts detailed metadata from C++ files—including classes, functions, properties, enums, structs, comments, and specifiers—to support code analysis and custom documentation generation.
Instructions
Extract detailed metadata from C++ code including classes, functions, properties, enums, structs with their comments and specifiers. Useful for analysis and custom documentation generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the C++ file to analyze |