Files
libgit2/script/api-docs/api-generator.js
Edward Thomson 53c14952ba docs: properly parse enum values
For enum values that are constructed, not literal integers, we need to
parse the inner / implicit expression. For example:

```
GIT_DIFF_REVERSE = (1u << 0)
```
2024-12-23 17:22:43 +00:00

44 KiB
Executable File