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/template.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/template.h') diff --git a/include/template.h b/include/template.h index b12208f..116960f 100644 --- a/include/template.h +++ b/include/template.h @@ -1,7 +1,4 @@ -// -// Created by jhunk on 12/17/23. -// - +//! @file template.h #ifndef OMC_TEMPLATE_H #define OMC_TEMPLATE_H -- cgit