Files
libgit2/script
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
..
2024-12-23 17:22:43 +00:00
2018-01-12 11:10:00 +00:00
2020-07-12 14:45:47 +02:00