Skip to content

Commit

Permalink
Add images, improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Nov 20, 2023
1 parent 0099753 commit a8ab4d8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH =
IMAGE_PATH = ./docs/assets/

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Expand Down
Binary file added docs/assets/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions include/robodash/views/console.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace rd {
/**
* @defgroup console Console
* @brief A console for debugging
* @image html console.png
*
* A GUI console for debugging. Emulates a standard console output.
*/
Expand Down
6 changes: 5 additions & 1 deletion include/robodash/views/image.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ namespace rd {
* performance. CF_INDEXED_4_BIT or CF_INDEXED_8_BIT is reccomended for
* color images.
*
* Displays still images.
* @image html image.png
* @bug The sidebar animations are very choppy when viewing an image. A fix for this will be
* implemented for release.
*
* Displays still images from an SD card or a C array.
*/

/**
Expand Down
4 changes: 3 additions & 1 deletion include/robodash/views/selector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ namespace rd {
/**
* @defgroup selector Selector
* @brief A function selector
* @image html selector.png
*
* A function selector for autonomous routines. Supports saving a configuration to SD card.
* A function selector for easily managing autonomous routines. Supports saving a configuration to
* an SD card, and automatically loading it on the next run.
*/

/**
Expand Down

0 comments on commit a8ab4d8

Please sign in to comment.