From f5e9f04aacab73ce2fe99d4b87fd22a6a3c53091 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 18 Mar 2022 11:42:10 +0100 Subject: [PATCH 1/7] doc: What is movability in types See-Also: https://github.com/RIOT-OS/RIOT/issues/17817 --- doc/doxygen/src/mainpage.md | 1 + doc/doxygen/src/move-semantics.md | 76 +++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 doc/doxygen/src/move-semantics.md diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 543b40cae3e7..671495778db4 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -237,6 +237,7 @@ Further information {#further-information} - @ref porting-boards - @ref creating-modules - @ref advanced-build-system-tricks + - @ref move-semantics