From: Costa Shulyupin Date: Thu, 5 May 2022 15:31:24 +0000 (+0300) Subject: doxygen comments for cmd/dot X-Git-Tag: 4.0.0~6^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79647206e97c026d9ebeb98c9e8f94fb858eb97c;p=graphviz doxygen comments for cmd/dot --- diff --git a/cmd/dot/dot.c b/cmd/dot/dot.c index 21b29d730..df2c64540 100644 --- a/cmd/dot/dot.c +++ b/cmd/dot/dot.c @@ -1,3 +1,8 @@ +/** + * @file + * @brief main rendering program for various layouts of graphs and output formats + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials @@ -92,3 +97,8 @@ int main(int argc, char **argv) r = gvFreeContext(Gvc); graphviz_exit(MAX(rc,r)); } + +/** + * @dir . + * @brief main rendering program for various layouts of graphs and output formats + */