Skip to content

Commit 4a4b647

Browse files
authored
Enable tag generation for doxygen (rapidsai#672)
This PR configures doxygen to generate a tag file. The tag file will ultimately be used by `cudf` for cross-referencing documentation as described in rapidsai/cudf#5152. Authors: - AJ Schmidt (@ajschmidt8) Approvers: - Dillon Cullinan (@dillon-cullinan) - Mark Harris (@harrism) URL: rapidsai#672
1 parent ca7acf7 commit 4a4b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxygen/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ TAGFILES =
20812081
# tag file that is based on the input files it reads. See section "Linking to
20822082
# external documentation" for more information about the usage of tag files.
20832083

2084-
GENERATE_TAGFILE =
2084+
GENERATE_TAGFILE = html/rmm.tag
20852085

20862086
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
20872087
# the class index. If set to NO, only the inherited external classes will be

0 commit comments

Comments
 (0)