Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
This commit is contained in:
		
							parent
							
								
									c9b3468f1e
								
							
						
					
					
						commit
						f2ae4dc255
					
				
					 106 changed files with 1388 additions and 1800 deletions
				
			
		| 
						 | 
				
			
			@ -53,17 +53,17 @@
 | 
			
		|||
 *  \code
 | 
			
		||||
 *      // Initialize the Master SPI mode USART driver before first use, with 1Mbit baud
 | 
			
		||||
 *      SerialSPI_Init((USART_SPI_SCK_LEAD_RISING | SPI_SAMPLE_LEADING | SPI_ORDER_MSB_FIRST), 1000000);
 | 
			
		||||
 *
 | 
			
		||||
 *      
 | 
			
		||||
 *      // Send several bytes, ignoring the returned data
 | 
			
		||||
 *      SerialSPI_SendByte(0x01);
 | 
			
		||||
 *      SerialSPI_SendByte(0x02);
 | 
			
		||||
 *      SerialSPI_SendByte(0x03);
 | 
			
		||||
 *
 | 
			
		||||
 *      
 | 
			
		||||
 *      // Receive several bytes, sending a dummy 0x00 byte each time
 | 
			
		||||
 *      uint8_t Byte1 = SerialSPI_ReceiveByte();
 | 
			
		||||
 *      uint8_t Byte2 = SerialSPI_ReceiveByte();
 | 
			
		||||
 *      uint8_t Byte3 = SerialSPI_ReceiveByte();
 | 
			
		||||
 *
 | 
			
		||||
 *      
 | 
			
		||||
 *      // Send a byte, and store the received byte from the same transaction
 | 
			
		||||
 *      uint8_t ResponseByte = SerialSPI_TransferByte(0xDC);
 | 
			
		||||
 *  \endcode
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue