mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	docs: Move the GScanner SECTION
Not much here to begin with. Helps: #3037
This commit is contained in:
		
				
					committed by
					
						 Philip Withnall
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							5a415ee93f
						
					
				
				
					commit
					c50f94e41e
				
			| @@ -54,15 +54,6 @@ | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * SECTION:scanner | ||||
|  * @title: Lexical Scanner | ||||
|  * @short_description: a general purpose lexical scanner | ||||
|  * | ||||
|  * The #GScanner and its associated functions provide a | ||||
|  * general purpose lexical scanner. | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * GScannerMsgFunc: | ||||
|  * @scanner: a #GScanner | ||||
| @@ -196,7 +187,7 @@ | ||||
|  * @next_position: char number of the last token from g_scanner_peek_next_token() | ||||
|  * @msg_handler: handler function for _warn and _error | ||||
|  * | ||||
|  * The data structure representing a lexical scanner. | ||||
|  * `GScanner` provides a general-purpose lexical scanner. | ||||
|  * | ||||
|  * You should set @input_name after creating the scanner, since | ||||
|  * it is used by the default message handler when displaying | ||||
|   | ||||
		Reference in New Issue
	
	Block a user