X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b66c18380daff78efdc5edf3f6b563b34f36bdfc..c1103c3a2b794d6f7e4599cf0182d72937b9a021:/include/xbt/functional.hpp diff --git a/include/xbt/functional.hpp b/include/xbt/functional.hpp index 5f530ea928..7596ef6f1e 100644 --- a/include/xbt/functional.hpp +++ b/include/xbt/functional.hpp @@ -78,7 +78,7 @@ constexpr auto apply(F&& f, Tuple&& t, simgrid::xbt::index_sequence) * * auto args = std::make_tuple(1, false); * int res = apply(foo, args); - * @encode + * @endcode **/ template constexpr auto apply(F&& f, Tuple&& t)