From 5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 28 Dec 2019 12:28:25 -0500 Subject: Fixes: * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. --- src/rpath.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rpath.c') diff --git a/src/rpath.c b/src/rpath.c index f499e98..b7d4937 100644 --- a/src/rpath.c +++ b/src/rpath.c @@ -1,3 +1,6 @@ +/** + * @file rpath.c + */ #include "spm.h" /** -- cgit