From 84415dc9dc20a23860e97daf50c16b076bb28a1e Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Fri, 6 May 2022 10:01:02 +0300 Subject: [PATCH] doxygen comment for gvcolor.c --- cmd/tools/gvcolor.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/tools/gvcolor.c b/cmd/tools/gvcolor.c index e2112a376..d60b607dc 100644 --- a/cmd/tools/gvcolor.c +++ b/cmd/tools/gvcolor.c @@ -1,3 +1,8 @@ +/** + * @file + * @brief flow colors through a ranked digraph + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0