From: Costa Shulyupin Date: Tue, 4 Oct 2022 15:31:35 +0000 (+0300) Subject: geomprocs: doxygen comment X-Git-Tag: 6.0.2~12^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f312acb1471127a3e4c845978317024fd63cffd;p=graphviz geomprocs: doxygen comment --- diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index 4477bb99e..93f92904f 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -1,3 +1,10 @@ +/** + * @file + * @brief geometric functions (e.g. on 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 @@ -8,9 +15,6 @@ * Contributors: Details at https://graphviz.org *************************************************************************/ -/* geometric functions (e.g. on points and boxes) with application to, but - * no specific dependence on graphs */ - #pragma once #ifdef __cplusplus