From a9bf5526b5228b1835d1d07374465a0f2643728d Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Sun, 1 Sep 2024 08:04:25 -0500 Subject: [PATCH] add doxygen @file comments to deng.c --- src/deng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/deng.c b/src/deng.c index 0c9a463..82812a9 100644 --- a/src/deng.c +++ b/src/deng.c @@ -1,3 +1,5 @@ +/// @file deng.c +/// @brief Differential file search implementation #include "deng.h" #include