diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 08:48:28 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 08:48:28 -0500 |
commit | 239330330a8fc49c6806cccdc17a910d23d22952 (patch) | |
tree | 0e2a3e2e852cafd718556bb31ab58ffc0968504c /include/template.h | |
parent | 39861d1872731119795f954acc0412af64cd539d (diff) | |
download | stasis-239330330a8fc49c6806cccdc17a910d23d22952.tar.gz |
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
Diffstat (limited to 'include/template.h')
-rw-r--r-- | include/template.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |