diff options
Diffstat (limited to 'include/deliverable.h')
-rw-r--r-- | include/deliverable.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/include/deliverable.h b/include/deliverable.h index 63adef1..1fbbd54 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -323,17 +323,18 @@ void delivery_install_conda(char *install_script, char *conda_install_dir); * Generate a formatted release string * * Formatters: - * %n = Delivery Name - * %c = Delivery Codename (HST mission, only) - * %m = Mission - * %R = Delivery Revision number (or "final") - * %r = Delivery Revision number - * %v = Delivery Version - * %P = Python version (i.e. 3.9.1) - * %p = Compact Python version (i.e. 3.9.1 -> 39) - * %a = System architecture name - * %o = System platform name - * %t = Delivery timestamp (Unix Epoch) + * + * - `%%n` = Delivery Name + * - `%%c` = Delivery Codename (HST mission, only) + * - `%%m` = Mission + * - `%%R` = Delivery Revision number (or "final") + * - `%%r` = Delivery Revision number + * - `%%v` = Delivery Version + * - `%%P` = Python version (i.e. 3.9.1) + * - `%%p` = Compact Python version (i.e. 3.9.1 -> 39) + * - `%%a` = System architecture name + * - `%%o` = System platform name + * - `%%t` = Delivery timestamp (Unix Epoch) * * @param ctx pointer to Delivery context * @param dest NULL pointer to string, or initialized string |