]> granicus.if.org Git - graphviz/commitdiff
pathplan doxygen comments
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Fri, 15 Jul 2022 05:28:13 +0000 (08:28 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Aug 2022 02:18:11 +0000 (19:18 -0700)
lib/pathplan/pathplan.h
lib/pathplan/util.c

index 2eaf49bb9d276e8b3bbf4e32aa2e9e306e378041..f1eb9d675e012314e9cd316796a1fd56ea832843 100644 (file)
@@ -1,3 +1,8 @@
+/**
+ * @file
+ * @brief finds and smooths shortest paths
+ */
+
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c70db211631f92e5acedfdf27677bd950c350aef..5db35944998d639c47e6afa051d7bac12a2167e0 100644 (file)
@@ -80,3 +80,7 @@ make_polyline(Ppolyline_t line, Ppolyline_t* sline)
     sline->ps = ispline;
 }
 
+/**
+ * @dir lib/pathplan
+ * @brief finds and smooths shortest paths, API pathplan.h
+ */