Loading Documentation/Doxyfile.in +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ EXCLUDE_SYMBOLS += TNL::Assert::* # internal namespace # command). EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/src/Examples \ @CMAKE_CURRENT_BINARY_DIR@/src/Examples @CMAKE_BINARY_DIR@/src/Examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and Loading Documentation/Tutorials/Arrays/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -52,4 +52,4 @@ add_custom_target( doc_doxygen_tutorial_arrays ALL COMMENT "Generating API documentation with Doxygen" VERBATIM ) INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/html/Tutorials/Arrays ) No newline at end of file INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/Tutorials/Arrays ) No newline at end of file Documentation/Tutorials/Vectors/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -26,4 +26,4 @@ add_custom_target( doc_doxygen_tutorial_vectors ALL COMMENT "Generating API documentation with Doxygen" VERBATIM ) INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/html/Tutorials/Vectors ) No newline at end of file INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/Tutorials/Vectors ) No newline at end of file Documentation/Tutorials/Vectors/Expressions.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ int main( int argc, char* argv[] ) /**** * Perform test on GPU */ std::cout << std::endl; std::cout << "Expressions on GPU ..." << std::endl; expressions< Devices::Cuda >(); } Loading Documentation/Tutorials/Vectors/Reduction.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ int main( int argc, char* argv[] ) /**** * Perform test on GPU */ std::cout << std::endl; std::cout << "Expressions on GPU ..." << std::endl; expressions< Devices::Cuda >(); } Loading Loading
Documentation/Doxyfile.in +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ EXCLUDE_SYMBOLS += TNL::Assert::* # internal namespace # command). EXAMPLE_PATH = @PROJECT_SOURCE_DIR@/src/Examples \ @CMAKE_CURRENT_BINARY_DIR@/src/Examples @CMAKE_BINARY_DIR@/src/Examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and Loading
Documentation/Tutorials/Arrays/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -52,4 +52,4 @@ add_custom_target( doc_doxygen_tutorial_arrays ALL COMMENT "Generating API documentation with Doxygen" VERBATIM ) INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/html/Tutorials/Arrays ) No newline at end of file INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/Tutorials/Arrays ) No newline at end of file
Documentation/Tutorials/Vectors/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -26,4 +26,4 @@ add_custom_target( doc_doxygen_tutorial_vectors ALL COMMENT "Generating API documentation with Doxygen" VERBATIM ) INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/html/Tutorials/Vectors ) No newline at end of file INSTALL( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/tnl/Tutorials/Vectors ) No newline at end of file
Documentation/Tutorials/Vectors/Expressions.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ int main( int argc, char* argv[] ) /**** * Perform test on GPU */ std::cout << std::endl; std::cout << "Expressions on GPU ..." << std::endl; expressions< Devices::Cuda >(); } Loading
Documentation/Tutorials/Vectors/Reduction.cpp +5 −4 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ int main( int argc, char* argv[] ) /**** * Perform test on GPU */ std::cout << std::endl; std::cout << "Expressions on GPU ..." << std::endl; expressions< Devices::Cuda >(); } Loading