From daa8c5542e55370dfe1edc2771c93fe393a53c55 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 1 Sep 2023 11:21:53 -0500 Subject: [PATCH] Provide function descriptions --- doc/src/functions/julian.m4 | 4 ++-- doc/src/functions/julian_to.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/functions/julian.m4 b/doc/src/functions/julian.m4 index caafadd..878a94e 100644 --- a/doc/src/functions/julian.m4 +++ b/doc/src/functions/julian.m4 @@ -22,8 +22,8 @@ sdb_generated_rst() .. _function_julian: -julian() --------- +julian() -- Convert a date to an integer which counts up by day +--------------------------------------------------------------- Synopsis ```````` diff --git a/doc/src/functions/julian_to.m4 b/doc/src/functions/julian_to.m4 index 004089d..12c8cd4 100644 --- a/doc/src/functions/julian_to.m4 +++ b/doc/src/functions/julian_to.m4 @@ -22,8 +22,8 @@ sdb_generated_rst() .. _function_julian_to: -julian_to() ------------ +julian_to() -- Convert an integer which counts days to a date +------------------------------------------------------------- Synopsis ```````` -- 2.34.1