File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
docs
2
2
generated_docs
3
- docfiles /dpctl-capi
3
+ docfiles /libsyclinterface
4
4
api
5
5
build
6
6
conf.py
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function(_setup_doxygen)
29
29
if (DPCTL_ENABLE_DOXYGEN_HTML )
30
30
set (GENERATE_HTML "YES" )
31
31
endif ()
32
- set (DOXYGEN_INPUT_DIR ../dpctl-capi /include )
32
+ set (DOXYGEN_INPUT_DIR ../libsyclinterface /include )
33
33
set (DOXYGEN_OUTPUT_DIR ${DOC_OUTPUT_DIR} /doxygen )
34
34
set (DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR} /xml/index.xml )
35
35
set (DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR} /Doxyfile.in )
@@ -61,7 +61,7 @@ function(_setup_doxygen)
61
61
endfunction ()
62
62
63
63
function (_setup_doxyrest )
64
- set (DOXYREST_OUTPUT_DIR_NAME docfiles/dpctl-capi )
64
+ set (DOXYREST_OUTPUT_DIR_NAME docfiles/libsyclinterface )
65
65
set (DOXYREST_OUTPUT_DIR
66
66
${CMAKE_CURRENT_SOURCE_DIR} /${DOXYREST_OUTPUT_DIR_NAME}
67
67
PARENT_SCOPE
Original file line number Diff line number Diff line change @@ -917,11 +917,11 @@ RECURSIVE = YES
917
917
# Note that relative paths are relative to the directory from which doxygen is
918
918
# run.
919
919
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
925
925
926
926
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
927
927
# directories that are symbolic links (a Unix file system feature) are excluded
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ EXTRA_PAGE_LIST = {}
82
82
--! is not set (otherwise, the title of intro file will be used).
83
83
--!
84
84
85
- INDEX_TITLE = "dpctl C API "
85
+ INDEX_TITLE = "libsyclinterface "
86
86
87
87
--!
88
88
--! File with project introduction (reStructuredText). When non-nil, this file
You can’t perform that action at this time.
0 commit comments