aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-01 08:28:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-11-01 08:35:03 -0400
commitd4cbcbfb77476ba8f21b82c608322af80cd6a303 (patch)
tree50050580d721fb25c2d4422625e1261f78c6b9e6
parentd41600b5a52cb8c3624f2fbcca4e2467c8751f98 (diff)
downloadstasis-d4cbcbfb77476ba8f21b82c608322af80cd6a303.tar.gz
Add missing parameters to docstrings
-rw-r--r--include/delivery.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/delivery.h b/include/delivery.h
index 345cd13..2ab25d1 100644
--- a/include/delivery.h
+++ b/include/delivery.h
@@ -277,6 +277,8 @@ char *delivery_get_release_header(struct Delivery *ctx);
* Finalizes a delivery artifact for distribution
* @param ctx poitner to Delivery context
* @param filename path to delivery artifact (Conda YAML file)
+ * @param stage DELIVERY_REWRITE_SPEC_STAGE_1 - Replacements for build
+ * @param stage DELIVERY_REWRITE_SPEC_STAGE_2 - Replacements for export
*/
void delivery_rewrite_spec(struct Delivery *ctx, char *filename, unsigned stage);
@@ -298,6 +300,7 @@ int delivery_copy_conda_artifacts(struct Delivery *ctx);
/**
* Retrieve Conda installer
+ * @param ctx pointer to Delivery context
* @param installer_url URL to installation script
*/
int delivery_get_conda_installer(struct Delivery *ctx, char *installer_url);