From 7859505fea63f85b4918f8c0667313747b891914 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 9 Oct 2019 16:23:02 -0400 Subject: [PATCH] [doc] Remove non-existant tag from doc example --- c++/app4triqs/app4triqs.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/c++/app4triqs/app4triqs.hpp b/c++/app4triqs/app4triqs.hpp index 0c88608a..e12734bc 100644 --- a/c++/app4triqs/app4triqs.hpp +++ b/c++/app4triqs/app4triqs.hpp @@ -71,7 +71,6 @@ namespace app4triqs { * @param j The second integer * @return An integer containing the digits of both i and j * - * @remark */ int chain(int i, int j);