From 12f9c67bd7cc857fc77b2b955c28796237b544ab Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Sun, 16 Oct 2022 13:26:19 +0300 Subject: [PATCH] fix typo in docs --- include/toml++/impl/node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/toml++/impl/node.h b/include/toml++/impl/node.h index 777418fc..125ae5c7 100644 --- a/include/toml++/impl/node.h +++ b/include/toml++/impl/node.h @@ -1020,6 +1020,7 @@ TOML_NAMESPACE_START /// std::cout << config.at_path(path1.parent_path()) << "\n"; /// std::cout << config.at_path(path2) << "\n"; /// std::cout << config.at_path(path2.parent_path()) << "\n"; + /// \ecpp /// /// \out /// 2