From: Costa Shulyupin Date: Fri, 15 Jul 2022 05:26:42 +0000 (+0300) Subject: lib/pack doxygen comments X-Git-Tag: 5.0.1~11^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648c5a8cf1c9553771ee705fcbee04a4057bc7bb;p=graphviz lib/pack doxygen comments --- diff --git a/lib/pack/pack.c b/lib/pack/pack.c index ca211fe0a..4f07356a5 100644 --- a/lib/pack/pack.c +++ b/lib/pack/pack.c @@ -1383,3 +1383,7 @@ getPackInfo(Agraph_t * g, pack_mode dflt, int dfltMargin, pack_info* pinfo) return pinfo->mode; } +/** + * @dir lib/pack + * @brief support for connected components, API pack.h + */ diff --git a/lib/pack/pack.h b/lib/pack/pack.h index 42e964da4..9c6adccaa 100644 --- a/lib/pack/pack.h +++ b/lib/pack/pack.h @@ -1,3 +1,8 @@ +/** + * @file + * @brief support for connected components + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials