Roman Donchenko
3d46c1f960
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
10 years ago
Maksim Shabunin
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Alexander Smorkalov
3ebdcafdd3
All installed files marked with component names for install customization.
...
(cherry picked from commit b75cbfde45
)
Conflicts:
cmake/OpenCVModule.cmake
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Roman Donchenko
3314bc94b6
Reworked documentation building to work with extra modules.
...
The main problem with extra modules is that they're located outside
of the OpenCV root, while Sphinx requires that all documents are
within the documentation root. To circumvent this, we create a
"fake root" and copy all documentation (as well as all files that
it depends on) there. It's a bit messy, but what can you do.
As a bonus, this eliminates the need to generate modules/refman.rst
inside the source tree.
11 years ago
Alexander Alekhin
c0a27ea1a1
cmake: update install rules for doc
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
d302222d82
Don't put \r into OPENCV_REFMAN_TOC.
...
There's no need, since configure_file writes its output using native
line endings, anyway.
11 years ago
Alexander Smorkalov
20fef00a77
android -> plarforms/android
12 years ago
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
Alexander Smorkalov
e5468008aa
Installation of documents fixed.
12 years ago
Andrey Kamaev
82b30963d2
Restore pdf patch command
12 years ago
Marina Kolpakova
fb3d6ecb98
merged documentation and android service from trunk
13 years ago
Andrey Kamaev
bb51626573
Build pdf for Android Manager documentation
13 years ago
Andrey Kamaev
daad7900e2
Merged the trunk r8517:8524
13 years ago
Andrey Kamaev
bf27889f04
Made reference manual table of contents autogenerated
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Vadim Pisarevsky
d8417af086
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
14 years ago
Andrey Kamaev
f503b029a7
Allowed to build html documentation without pdf documentation.
14 years ago
Vadim Pisarevsky
5649f35757
some more bugfixed in 2.3 propagated to trunk
14 years ago
Vadim Pisarevsky
d5d0a2f8e0
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
f0624c08dc
propagated some more changes from 2.3 to trunk
14 years ago
Alexander Shishkov
6ecebb7f66
fixed #768 ticket
...
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
14 years ago
Alexander Shishkov
ca758a9dac
fixed #768 ticket
14 years ago
Vadim Pisarevsky
b699e946b5
converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.
14 years ago
Vadim Pisarevsky
a7b9c31e6a
repaired opencv refman & refman1 build
14 years ago
Vadim Pisarevsky
7491596ef8
moved the new docs from docroot to doc
14 years ago
Vadim Pisarevsky
9690cd396b
always create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages
15 years ago
Vadim Pisarevsky
b703faf4cb
fixed the module list in Doxygen CMake script
15 years ago
Vadim Pisarevsky
47c3e79423
added Doxygen-based documentation (draft version for now)
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago