docs(llgo/chore/llcppg): Modify the name of the json generated by llcppsigfetch
This commit is contained in:
@@ -210,7 +210,7 @@ type Parameter struct {
|
|||||||
func ParseHeaderFile(filePath string) ([]common.ASTInformation, error)
|
func ParseHeaderFile(filePath string) ([]common.ASTInformation, error)
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Generate the final JSON mapping file `func_prototype.json`
|
3. Generate the final JSON mapping file `llcppg.information.json`
|
||||||
|
|
||||||
```go
|
```go
|
||||||
func GenerateJSONFile(info []common.ASTInformation)
|
func GenerateJSONFile(info []common.ASTInformation)
|
||||||
@@ -238,7 +238,7 @@ func ParseHeaderFile(filePath string) ([]common.ASTInformation, error)
|
|||||||
|
|
||||||
### Input
|
### Input
|
||||||
|
|
||||||
No input required, directly reads `func_prototype.json` file
|
No input required, directly reads `llcppg.information.json` file
|
||||||
|
|
||||||
### Implementation Steps
|
### Implementation Steps
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user