Add explicit note on params which may be null
This commit is contained in:
		
							parent
							
								
									cd9a2d252a
								
							
						
					
					
						commit
						64e06d17c4
					
				| 
						 | 
					@ -19,8 +19,8 @@ conversion).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*! \brief Retrieve the current time.
 | 
					/*! \brief Retrieve the current time.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\param[out] date Current date/time (may be 0), in UTC.
 | 
					\param[out] date Current date/time (may be 0), in UTC. May be 0.
 | 
				
			||||||
\param[out] details Details (may be 0), including timezone.
 | 
					\param[out] details Details (may be 0), including timezone. May be 0.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Retrieves the current time from the system clock, storing it into \a date and
 | 
					Retrieves the current time from the system clock, storing it into \a date and
 | 
				
			||||||
\a details (both parameters optional).
 | 
					\a details (both parameters optional).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue