After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727776 - docs: include class related section documentation in the gir file
docs: include class related section documentation in the gir file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.3.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-07 19:20 UTC by Christoph Reiter (lazka)
Modified: 2014-09-23 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (35.65 KB, patch)
2014-04-07 19:20 UTC, Christoph Reiter (lazka)
committed Details | Review

Description Christoph Reiter (lazka) 2014-04-07 19:20:57 UTC
Created attachment 273742 [details] [review]
patch

From e223a64ccb1f589a3e445637bbefdd1be4018e2c Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 7 Apr 2014 21:02:48 +0200
Subject: [PATCH] Include class related section documentation in the gir file.

g-ir-scanner includes section docs as class/interface docs if the section name is equal to the lowercase type name.
Since all the documentation is in section blocks, rename them to match the type names.
Comment 1 Thibault Saunier 2014-04-07 20:17:46 UTC
Thanks for doing that!