Support deprecated message and fields (#126)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							beafc812ff
						
					
				
				
					commit
					0cd9510b54
				
			
							
								
								
									
										9
									
								
								tests/inputs/deprecated/deprecated.proto
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/inputs/deprecated/deprecated.proto
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| // Some documentation about the Test message. | ||||
| message Test { | ||||
|     // Some documentation about the value. | ||||
|     option deprecated = true; | ||||
|     int32 v = 1 [deprecated=true]; | ||||
|     int32 value = 2; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user