Skip to content

Commit

Permalink
add missing DOXYGEN_* predefined macros when building the cudax docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Nov 19, 2024
1 parent 3da084a commit a1e1337
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ doxygen_predefined = [
"_LIBCUDACXX_TEMPLATE(x)=template<x, ",
"_LIBCUDACXX_TRAILING_REQUIRES(x)=-> x _LIBCUDACXX_EAT_REST",
"LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE=",
"DOXYGEN_SHOULD_SKIP_THIS",
"DOXYGEN_ACTIVE",
]

# make sure to use ./fetch_imgs.sh
Expand All @@ -453,7 +455,7 @@ doxygen_conf_extra = """
EXTENSION_MAPPING = cuh=c++ cu=c++
EXAMPLE_RECURSIVE = NO
EXAMPLE_PATTERNS = *.cu
EXCLUDE_SYMBOLS = "*detail*" "*RESERVED*" "*reserved*" "__*" "_A*" "_B*" "_C*" "_D*" "_E*" "_F*" "_G*" "_H*" "_I*" "_J*" "_K*" "_L*" "_M*" "_N*" "_O*" "_P*" "_Q*" "_R*" "_S*" "_T*" "_U*" "_V*" "_W*" "_X*" "_Y*" "_Z*" "UNITTEST"
EXCLUDE_SYMBOLS = "*detail*" "*RESERVED*" "*reserved*" "*__*" "_A*" "_B*" "_C*" "_D*" "_E*" "_F*" "_G*" "_H*" "_I*" "_J*" "_K*" "_L*" "_M*" "_N*" "_O*" "_P*" "_Q*" "_R*" "_S*" "_T*" "_U*" "_V*" "_W*" "_X*" "_Y*" "_Z*" "UNITTEST"
AUTOLINK_SUPPORT = YES
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = ../../cudax
Expand Down

0 comments on commit a1e1337

Please sign in to comment.