From 7f229bafb1e0d8341a9261032bc93b2d642cf8d0 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Fri, 6 May 2022 10:03:32 +0300 Subject: [PATCH] doxygen comment for unflatten.c --- cmd/tools/unflatten.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/tools/unflatten.c b/cmd/tools/unflatten.c index ff5b69301..1e93e977d 100644 --- a/cmd/tools/unflatten.c +++ b/cmd/tools/unflatten.c @@ -1,3 +1,8 @@ +/** + * @file + * @brief adjust directed graphs to improve layout aspect ratio + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0