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

index 07487bbc610bae297dbbc778c76cf4424d0c8afb..23450e72a31c606f7f0867d165fb0805303bb01f 100644 (file)
@@ -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"