mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Fix docstrings for FuncDecl.translate
This commit is contained in:
		
							parent
							
								
									3a692fe33c
								
							
						
					
					
						commit
						5799947183
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -60,10 +60,10 @@ public class FuncDecl extends AST | |||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Translates (copies) the AST to the Context {@code ctx}. | ||||
|      * Translates (copies) the function declaration to the Context {@code ctx}. | ||||
|      * @param ctx A context | ||||
|      * | ||||
|      * @return A copy of the AST which is associated with {@code ctx} | ||||
|      * @return A copy of the function declaration which is associated with {@code ctx} | ||||
|      * @throws Z3Exception on error | ||||
|      **/ | ||||
|     public FuncDecl translate(Context ctx) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue