Add funding
This commit is contained in:
parent
4bc743327d
commit
b155d6abcc
2 changed files with 3 additions and 2 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
patreon: foonathan
|
||||
custom: ['https://jonathanmueller.dev/support-me/']
|
||||
|
||||
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code.
|
||||
|
||||
[](https://patreon.com/foonathan)
|
||||
|
||||
## Motivation
|
||||
|
||||
If you're writing a tool that needs access to the C++ AST (i.e. documentation generator, reflection library, …), your only option apart from writing your own parser is to use [clang](https://clang.llvm.org).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue