summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2023-05-26 00:04:56 +0200
committerSuren A. Chilingaryan <csa@suren.me>2023-05-26 00:45:19 +0200
commit54d69ea09f3f709b6035757eab1ccd6d19c47d73 (patch)
treedccc6f23782a0a8b889dcd08cd6eb59889ab868d /docs
parentfd93959d86511166eb8cedaca2f9ac2054174b84 (diff)
downloadpcitool-54d69ea09f3f709b6035757eab1ccd6d19c47d73.tar.gz
pcitool-54d69ea09f3f709b6035757eab1ccd6d19c47d73.tar.bz2
pcitool-54d69ea09f3f709b6035757eab1ccd6d19c47d73.tar.xz
pcitool-54d69ea09f3f709b6035757eab1ccd6d19c47d73.zip
Fix github action
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile6
-rw-r--r--docs/Doxyfile.in6
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index e033b4c..23bfc78 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -58,7 +58,8 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = /home/csa/cam0/pcitool/docs
+#OUTPUT_DIRECTORY = /home/csa/cam0/pcitool/docs
+OUTPUT_DIRECTORY =
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@@ -759,7 +760,8 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = /home/csa/cam0/pcitool/pcilib/
+#INPUT = /home/csa/cam0/pcitool/pcilib/
+INPUT = ../pcilib/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index 9303846..4a000c8 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -58,7 +58,8 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = ${PCILIB_DOC_DIR}
+#OUTPUT_DIRECTORY = ${PCILIB_DOC_DIR}
+OUTPUT_DIRECTORY =
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@@ -759,7 +760,8 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = ${CMAKE_SOURCE_DIR}/pcilib/
+#INPUT = ${CMAKE_SOURCE_DIR}/pcilib/
+INPUT = ../pcilib/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses