From dff646a4f8185f57066d9837431ff6686d1bd51b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 17 Nov 2023 15:18:06 +0100 Subject: [PATCH] README: add link to auto-generated documentation Signed-off-by: Simon Rozman --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc364c780..88f047661 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # stdex - Random stuff that didn't made it into std C++ +An auto-generated documentation is [here](https://amebis.github.io/stdex/). + ## Requirements - MSVC 2019 or later, XCode 13 or later