mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Error: Documentation tag "@return No value returned" does not contain the name of its return parameter.
 | 
						|
 --> structured_documentation_source_location/input.sol:3:5:
 | 
						|
  |
 | 
						|
3 |     /// @param id Some identifier
 | 
						|
  |     ^ (Relevant source part starts here and spans across multiple lines).
 | 
						|
 | 
						|
Error: Documentation tag "@return No value returned" does not contain the name of its return parameter.
 | 
						|
 --> structured_documentation_source_location/input.sol:7:5:
 | 
						|
  |
 | 
						|
7 |     /// @return No value returned
 | 
						|
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 |