From 24c9bc24c526e65734139f3c812810f47f12e4a4 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 26 Apr 2022 07:28:12 +0300 Subject: [PATCH] doxygen comment for maze.h --- lib/ortho/maze.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/ortho/maze.h b/lib/ortho/maze.h index fe28381de..2419a16e2 100644 --- a/lib/ortho/maze.h +++ b/lib/ortho/maze.h @@ -1,3 +1,8 @@ +/** + * @file + * @brief makes @ref maze with @ref mkMaze for routing orthogonal edges + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0