Doxygen: replaced @includelineno by @include to enable copy-pasting

This commit is contained in:
Philipp Hasper
2015-04-29 09:31:53 +02:00
parent 07e07655d4
commit dadf53f17c
44 changed files with 45 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ library.
Here's a sample code of how to achieve all the stuff enumerated at the goal list.
@includelineno cpp/tutorial_code/core/file_input_output/file_input_output.cpp
@include cpp/tutorial_code/core/file_input_output/file_input_output.cpp
Explanation
-----------

View File

@@ -18,7 +18,7 @@ You may also find the source code in the
`samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp` file of the OpenCV source library or
download it from [here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp).
@includelineno cpp/tutorial_code/core/ippasync/ippasync_sample.cpp
@include cpp/tutorial_code/core/ippasync/ippasync_sample.cpp
Explanation
-----------