]> granicus.if.org Git - graphviz/commitdiff
geomprocs: doxygen comment
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 4 Oct 2022 15:31:35 +0000 (18:31 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 Oct 2022 15:04:03 +0000 (08:04 -0700)
lib/common/geomprocs.h

index 4477bb99e3c391484cf244b8097182b363d3ff57..93f92904f45095d90b4281292938652f7297f924 100644 (file)
@@ -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