Skip to content

Commit d453e7d

Browse files
author
Diptorup Deb
committed
Change to libsyclinterface in docs.
1 parent 1d4ac41 commit d453e7d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
docs
22
generated_docs
3-
docfiles/dpctl-capi
3+
docfiles/libsyclinterface
44
api
55
build
66
conf.py

docs/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function(_setup_doxygen)
2929
if(DPCTL_ENABLE_DOXYGEN_HTML)
3030
set(GENERATE_HTML "YES")
3131
endif()
32-
set(DOXYGEN_INPUT_DIR ../dpctl-capi/include)
32+
set(DOXYGEN_INPUT_DIR ../libsyclinterface/include)
3333
set(DOXYGEN_OUTPUT_DIR ${DOC_OUTPUT_DIR}/doxygen)
3434
set(DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR}/xml/index.xml)
3535
set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
@@ -61,7 +61,7 @@ function(_setup_doxygen)
6161
endfunction()
6262

6363
function(_setup_doxyrest)
64-
set(DOXYREST_OUTPUT_DIR_NAME docfiles/dpctl-capi)
64+
set(DOXYREST_OUTPUT_DIR_NAME docfiles/libsyclinterface)
6565
set(DOXYREST_OUTPUT_DIR
6666
${CMAKE_CURRENT_SOURCE_DIR}/${DOXYREST_OUTPUT_DIR_NAME}
6767
PARENT_SCOPE

docs/Doxyfile.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,11 @@ RECURSIVE = YES
917917
# Note that relative paths are relative to the directory from which doxygen is
918918
# run.
919919

920-
EXCLUDE = ../dpctl-capi/include/Support
921-
EXCLUDE += ../dpctl-capi/include/Config
922-
EXCLUDE += ../dpctl-capi/include/dpctl_vector.h
923-
EXCLUDE += ../dpctl-capi/include/dpctl_data_types.h
924-
EXCLUDE += ../dpctl-capi/include/dpctl_utils.h
920+
EXCLUDE = ../libsyclinterface/include/Support
921+
EXCLUDE += ../libsyclinterface/include/Config
922+
EXCLUDE += ../libsyclinterface/include/dpctl_vector.h
923+
EXCLUDE += ../libsyclinterface/include/dpctl_data_types.h
924+
EXCLUDE += ../libsyclinterface/include/dpctl_utils.h
925925

926926
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
927927
# directories that are symbolic links (a Unix file system feature) are excluded

docs/doxyrest-config.lua.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ EXTRA_PAGE_LIST = {}
8282
--! is not set (otherwise, the title of intro file will be used).
8383
--!
8484

85-
INDEX_TITLE = "dpctl C API"
85+
INDEX_TITLE = "libsyclinterface"
8686

8787
--!
8888
--! File with project introduction (reStructuredText). When non-nil, this file

0 commit comments

Comments
 (0)