mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Add more verbosity for property overrides in RST documentation
(cherry picked from commit 38821dc6d7)
			
			
This commit is contained in:
		
							parent
							
								
									472b0e0d34
								
							
						
					
					
						commit
						22ebdd72d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -412,7 +412,7 @@ def make_rst_class(class_def, state, dry_run, output_dir):  # type: (ClassDef, S | |||
|             type_rst = property_def.type_name.to_rst(state) | ||||
|             default = property_def.default_value | ||||
|             if property_def.overridden: | ||||
|                 ml.append((type_rst, property_def.name, "**O:** " + default)) | ||||
|                 ml.append((type_rst, property_def.name, default + " *(parent override)*")) | ||||
|             else: | ||||
|                 ref = ":ref:`{0}<class_{1}_property_{0}>`".format(property_def.name, class_name) | ||||
|                 ml.append((type_rst, ref, default)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yuri Sizov
						Yuri Sizov