From 239330330a8fc49c6806cccdc17a910d23d22952 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Mar 2024 08:48:28 -0500 Subject: Prototypes documentation Includes minor changes: * Rename jfrt_upload_set_defaults to jfrt_upload_init * Move jfrt_auth_init to artifactory.c * Adds missing error handling to git_describe and git_rev_parse --- include/download.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/download.h') diff --git a/include/download.h b/include/download.h index 440c749..568809e 100644 --- a/include/download.h +++ b/include/download.h @@ -1,7 +1,4 @@ -// -// Created by jhunk on 10/5/23. -// - +//! @file download.h #ifndef OMC_DOWNLOAD_H #define OMC_DOWNLOAD_H -- cgit