X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b66c18380daff78efdc5edf3f6b563b34f36bdfc..a79a8e1cab86ccc687cfbc97b01b735acb996f16:/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)