Cleanup: doxy comments
This commit is contained in:
		@@ -96,6 +96,11 @@ void WM_operatortype_iter(GHashIterator *ghi)
 | 
			
		||||
	BLI_ghashIterator_init(ghi, global_ops_hash);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** \} */
 | 
			
		||||
 | 
			
		||||
/** \name Operator Type Append
 | 
			
		||||
 * \{ */
 | 
			
		||||
 | 
			
		||||
/* all ops in 1 list (for time being... needs evaluation later) */
 | 
			
		||||
void WM_operatortype_append(void (*opfunc)(wmOperatorType *))
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -28,8 +28,11 @@
 | 
			
		||||
/** \file blender/windowmanager/intern/wm_playanim.c
 | 
			
		||||
 *  \ingroup wm
 | 
			
		||||
 *
 | 
			
		||||
 * Animation player for image sequences & video's with sound support.
 | 
			
		||||
 * Launched in a separate process from Blender's #RENDER_OT_play_rendered_anim
 | 
			
		||||
 *
 | 
			
		||||
 * \note This file uses ghost directly and none of the WM definitions.
 | 
			
		||||
 *       this could be made into its own module, alongside creator/
 | 
			
		||||
 * this could be made into its own module, alongside creator.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user