Skip to content

Commit

Permalink
fixed rendering of code and images in tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin committed Nov 16, 2020
1 parent c394ae0 commit fb8c3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ configure_file(${CMAKE_SOURCE_DIR}/tutorials.md.in ${CMAKE_BINARY_DIR}/tutorials
ign_create_docs(
API_MAINPAGE_MD "${CMAKE_BINARY_DIR}/api.md"
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md")

if(TARGET doc)
file(COPY ${CMAKE_SOURCE_DIR}/tutorials/files/ DESTINATION ${CMAKE_BINARY_DIR}/doxygen/html/files/)
endif()
2 changes: 1 addition & 1 deletion tutorials/thermal_camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Since the `pixel_format_type` is `L_INT16`, that means we need to cast the byte

Here's an example thermal camera subscriber that performs this conversion:

```c++
```c
#include <cstdint>

#include <ignition/msgs.hh>
Expand Down

0 comments on commit fb8c3c4

Please sign in to comment.