assistant: Small doc tweak

This commit is contained in:
Matthias Clasen 2021-02-27 17:51:05 -05:00 committed by Emmanuele Bassi
parent de1101df19
commit c611fcc709

View File

@ -24,8 +24,7 @@
/**
* GtkAssistant:
*
* `GtkAssistant` is used to represent a generally complex
* operation split up into several steps.
* `GtkAssistant` is used to represent a complex as a series of steps.
*
* ![An example GtkAssistant](assistant.png)
*
@ -63,6 +62,12 @@
* class .assistant.
*/
/**
* GtkAssistantPage:
*
* `GtkAssistantPage` is an auxiliary object used by `GtkAssistant.
*/
#include "config.h"
#include "gtkassistant.h"