mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	doc: Unpublish wl_log* and wl_abort
The public documentation included descriptions of wl_log_stderr_handler, wl_log_func_t wl_log_handler, wl_log and wl_abort. These are not accessible via the public API. Move the doxygen \endcond command to wrap these definitions, removing them from publication. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
		
							parent
							
								
									3e58aa1e06
								
							
						
					
					
						commit
						d29b923305
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -379,8 +379,6 @@ wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data)
 | 
				
			||||||
	for_each_helper(&map->server_entries, func, data);
 | 
						for_each_helper(&map->server_entries, func, data);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** \endcond */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
wl_log_stderr_handler(const char *fmt, va_list arg)
 | 
					wl_log_stderr_handler(const char *fmt, va_list arg)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					@ -410,3 +408,5 @@ wl_abort(const char *fmt, ...)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	abort();
 | 
						abort();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** \endcond */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue