mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Move the GScanner SECTION
Not much here to begin with. Helps: #3037
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user