From: Costa Shulyupin Date: Tue, 4 Oct 2022 15:30:55 +0000 (+0300) Subject: geom: doxygen comment X-Git-Tag: 6.0.2~12^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7510152c3781f146d92a34a866678683e0e97f88;p=graphviz geom: doxygen comment --- diff --git a/lib/common/geom.h b/lib/common/geom.h index 07487bbc6..23450e72a 100644 --- a/lib/common/geom.h +++ b/lib/common/geom.h @@ -1,3 +1,10 @@ +/** + * @file + * @brief geometric types and macros (e.g. points and boxes) + * + * with application to, but no specific dependence on graphs + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials @@ -7,10 +14,6 @@ * * Contributors: Details at https://graphviz.org *************************************************************************/ - -/* geometric types and macros (e.g. points and boxes) with application to, but - * no specific dependence on graphs */ - #pragma once #include "arith.h"