Skip to content

Commit 772a818

Browse files
committed
Merge pull request opencv#8888 from lewisjb:docs-build-doxygen
2 parents 5b63399 + 47c9bb7 commit 772a818

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,9 @@ Thus OpenCV installation is finished. Open a terminal and try import cv2.
234234

235235
To build the documentation, just enter following commands:
236236
@code{.sh}
237-
make docs
238-
make html_docs
237+
make doxygen
239238
@endcode
240-
Then open opencv/build/doc/_html/index.html and bookmark it in the browser.
239+
Then open opencv/build/doc/doxygen/html/index.html and bookmark it in the browser.
241240

242241
Additional Resources
243242
--------------------

doc/tutorials/introduction/linux_install/linux_install.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ Building OpenCV from Source Using CMake
104104
make -j7 # runs 7 jobs in parallel
105105
@endcode
106106
-# [optional] Building documents. Enter \<cmake_build_dir/doc/\> and run make with target
107-
"html_docs"
107+
"doxygen"
108108

109109
For example
110110
@code{.bash}
111111
cd ~/opencv/build/doc/
112-
make -j7 html_docs
112+
make -j7 doxygen
113113
@endcode
114114
-# To install libraries, execute the following command from build directory
115115
@code{.bash}

0 commit comments

Comments
 (0)