Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Forgotten @ref command of doxygen was added.
  • Loading branch information
suikan4github committed Feb 17, 2019
1 parent b928fed commit 630a0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Inc/murasaki_2_ug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

/**
* @page ug_sect_5_3 SPI Master
* @brief murasaki::SpiMaster is the SPI master class of Murasaki.
* @brief @ref murasaki::SpiMaster is the SPI master class of Murasaki.
*
* This class is more complicated than other peripherals, because of flexibility.
* The SPI master controller must adapt to the several variation of the SPI communication.
Expand Down Expand Up @@ -312,7 +312,7 @@

/**
* @page ug_sect_5_4 SPI Slave
* @brief murasaki::SpiSlave class provides the SPI slave functionality.
* @brief @ref murasaki::SpiSlave class provides the SPI slave functionality.
*
* This class encapsulate the SPI slave function.
* @code
Expand All @@ -329,7 +329,7 @@

/**
* @page ug_sect_5_5 GPIO
* @brief murasaki::BitOut and murasaki::BitIn provides the GPIO functionality
* @brief @ref murasaki::BitOut and murasaki::BitIn provides the GPIO functionality
* Following is the example of the murasaki::BitOut class.
* @code
Expand Down

0 comments on commit 630a0ae

Please sign in to comment.