Skip to content

Commit c62b8dd

Browse files
committed
Add fixes to the repo
This adds small fixes to the repo
1 parent be6499a commit c62b8dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO = "@TOP_SRCDIR@/docs/logo.png"
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = "@TOP_BUILDDIR@/docs"
61+
OUTPUT_DIRECTORY = "@TOP_SRCDIR@/docs"
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and

examples/alveo/vadd-host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string>
1616

1717
/**
18-
* @example vadd-host.cpp
18+
* @example alveo/vadd-host.cpp
1919
* This is a sample of how the hello world xrt example looks like
2020
* in CYNQ. It performs two vector additions.
2121
*/

examples/zynq-mpsoc/matrix-multiplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <string>
1818

1919
/**
20-
* @example matrix-multiplication.cpp
20+
* @example zynq-mpsoc/matrix-multiplication.cpp
2121
* This is a sample use case for the CYNQ. It represents a
2222
* matrix-multiplication from FAL
2323
*/

examples/zynq-mpsoc/xfopencv-filter2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// clang-format on
2626

2727
/**
28-
* @example xfopencv-filter2d.cpp
28+
* @example zynq-mpsoc/xfopencv-filter2d.cpp
2929
* This is a sample use case for the CYNQ. It represents a
3030
* filter 2D from the XfOpenCV Library (now part of Vitis Library)
3131
*/

examples/zynq-mpsoc/xfopencv-warp-perspective.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// clang-format on
2727

2828
/**
29-
* @example xfopencv-warp-perspective.cpp
29+
* @example zynq-mpsoc/xfopencv-warp-perspective.cpp
3030
* This is a sample use case for the CYNQ. It represents a
3131
* warp perspective from the XfOpenCV Library (now part of Vitis Library)
3232
*/

0 commit comments

Comments
 (0)