From b155d6abccdf97b6940a0543e93354cb05a2ed04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Wed, 20 Nov 2019 15:33:54 +0100 Subject: [PATCH] Add funding --- .github/FUNDING.yml | 3 +++ README.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..47c85de --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +patreon: foonathan +custom: ['https://jonathanmueller.dev/support-me/'] + diff --git a/README.md b/README.md index b488b46..9e34eb6 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code. -[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](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).