summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 21:00:58 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 21:00:58 -0500
commit3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (patch)
tree12197053b6fc681aa2ce39258cf2a3b92ee639f5 /gtk/gtkprintoperation.c
parentc6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff)
downloadgtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r--gtk/gtkprintoperation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 30195a9a4e..f464e86551 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -59,7 +59,7 @@
* #GtkPrintOperation::draw-page, which you are supposed to catch
* and render the page on the provided #GtkPrintContext using Cairo.
*
- * ## The high-level printing API
+ * # The high-level printing API
*
* |[<!-- language="C" -->
* static GtkPrintSettings *settings = NULL;