Add blank lines after file references to avoid them being interpreted as doc-strings the following declarations.
		
			
				
	
	
		
			15 lines
		
	
	
		
			225 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			225 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-or-later */
 | |
| 
 | |
| /** \file
 | |
|  * \ingroup python
 | |
|  *
 | |
|  * Logging defines.
 | |
|  */
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| /* bpy_interface.c */
 | |
| 
 | |
| extern struct CLG_LogRef *BPY_LOG_RNA;
 | |
| extern struct CLG_LogRef *BPY_LOG_CONTEXT;
 |