Commit 47c9bb7b authored by lewisjb's avatar lewisjb

Update doc build instructions for doxygen

parent 5b633991
......@@ -234,10 +234,9 @@ Thus OpenCV installation is finished. Open a terminal and try import cv2.
To build the documentation, just enter following commands:
@code{.sh}
make docs
make html_docs
make doxygen
@endcode
Then open opencv/build/doc/_html/index.html and bookmark it in the browser.
Then open opencv/build/doc/doxygen/html/index.html and bookmark it in the browser.
Additional Resources
--------------------
......
......@@ -104,12 +104,12 @@ Building OpenCV from Source Using CMake
make -j7 # runs 7 jobs in parallel
@endcode
-# [optional] Building documents. Enter \<cmake_build_dir/doc/\> and run make with target
"html_docs"
"doxygen"
For example
@code{.bash}
cd ~/opencv/build/doc/
make -j7 html_docs
make -j7 doxygen
@endcode
-# To install libraries, execute the following command from build directory
@code{.bash}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment