Skip to content

Commit

Permalink
Fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kljohann committed Oct 28, 2024
1 parent 5cdeb4b commit 0b12fe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,5 +833,7 @@ may incorporate unmodified parts of LLVM and/or clang through static linking.
to be empty. The annotation system is implemented using the `annotate` attribute specifier, which
is available as a GNU language extension via `__attribute__((...))`. As the annotation macros
only have to be parsed by clang and are empty during normal compilation the annotated code can
still be compiled by any C++ compiler. See [genpybind.h](./genpybind.h) for the definition of
still be compiled by any C++ compiler. See [genpybind.h][genpybind.h] for the definition of
the macros.

[genpybind.h]: ./public/genpybind/genpybind.h

0 comments on commit 0b12fe0

Please sign in to comment.