From 6fe3841c7e44889ac4e6e76a4197aba6e9ee1775 Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Thu, 9 Feb 2023 14:19:17 -0500 Subject: [PATCH] REL v23.02.00 release --- cpp/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index a8693b100..41a5af85e 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/22.12 "libcudf.tag=https://docs.rapids.ai/api/libcudf/22.12" +TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/23.02 "libcudf.tag=https://docs.rapids.ai/api/libcudf/23.02" # 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