From 6958dcb24e40dd184cf767d78982a9682a3db39e Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Wed, 12 Apr 2023 17:33:20 -0400 Subject: [PATCH] REL v23.04.00 release --- cpp/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index b81851139..a8e96e07f 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -2171,7 +2171,7 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/23.02 "libcudf.tag=https://docs.rapids.ai/api/libcudf/23.02" +TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/23.04 "libcudf.tag=https://docs.rapids.ai/api/libcudf/23.04" # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to