Skip to content
Snippets Groups Projects
Commit 8bef56d6 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal: silence a bunch of gtk-doc warnings

about undocumented structure elements
parent 9179471d
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 1 deletion
......@@ -60,6 +60,8 @@ typedef struct _GSTLALAudioUnderSampleClass GSTLALAudioUnderSampleClass;
struct _GSTLALAudioUnderSample {
GstBaseTransform element;
/*< private >*/
/*
* stream info
*/
......@@ -87,7 +89,8 @@ struct _GSTLALAudioUnderSample {
/**
* GSTLALAudioUnderSampleClass
* GSTLALAudioUnderSampleClass:
* @parent_class: the parent class
*/
......
......@@ -121,6 +121,7 @@ struct _GSTLALAutoChiSq {
/**
* GSTLALAutoChiSqClass:
* @parent_class: the parent class
*/
......
......@@ -91,6 +91,7 @@ struct _GstLALCacheSrc {
/**
* GstLALCacheSrcClass:
* @parent_class: the parent class
*/
......
......@@ -65,6 +65,7 @@ struct _GSTLALDrop {
/**
* GSTLALDropClass:
* @parent_class: the parent class
*/
......
......@@ -131,6 +131,7 @@ struct _GSTLALFIRBank {
/**
* GSTLALFIRBankClass:
* @parent_class: the parent class
*/
......
......@@ -85,6 +85,7 @@ struct _GSTLALGate {
/**
* GSTLALGateClass:
* @parent_class: the parent class
*/
......
......@@ -76,6 +76,7 @@ struct _GSTLALMatrixMixer {
/**
* GSTLALMatrixMixerClass:
* @parent_class: the parent class
*/
......
......@@ -65,6 +65,7 @@ struct _GSTLALNoFakeDisconts {
/**
* GSTLALNoFakeDiscontsClass:
* @parent_class: the parent class
*/
......
......@@ -65,6 +65,7 @@ struct _GstTSVEnc
/**
* GstTSVEncClass:
* @parent_class: the parent class
*/
......
......@@ -81,6 +81,7 @@ struct _GSTLALPeak {
/**
* GSTLALPeakClass:
* @parent_class: the parent class
*/
......
......@@ -65,6 +65,7 @@ struct _GSTLALReblock {
/**
* GSTLALReblockClass:
* @parent_class: the parent class
*/
......
......@@ -38,6 +38,7 @@ struct _GSTLALSegmentSrc {
/**
* GSTLALSegmentSrcClass:
* @parent_class: the parent class
*/
struct _GSTLALSegmentSrcClass {
......
......@@ -64,6 +64,7 @@ struct _GSTLALShift {
/**
* GSTLALShiftClass:
* @parent_class: the parent class
*/
......
......@@ -48,14 +48,17 @@ G_BEGIN_DECLS
typedef struct _GSTLALSimulation GSTLALSimulation;
typedef struct _GSTLALSimulationClass GSTLALSimulationClass;
/**
* GSTLALSimulation:
* @parent: the parent structure
*/
struct _GSTLALSimulation {
GstBaseTransform parent;
/*< private >*/
char *xml_location;
struct injection_document {
......@@ -77,6 +80,7 @@ struct _GSTLALSimulation {
/**
* GSTLALSimulationClass:
* @parent_class: the parent class
*/
......
......@@ -73,6 +73,7 @@ struct _GSTLALStateVector {
/**
* GSTLALStateVectorClass:
* @parent_class: the parent class
*/
......
......@@ -73,6 +73,7 @@ struct _GSTLALSumSquares {
/**
* GSTLALSumSquaresClass:
* @parent_class: the parent class
*/
......
......@@ -64,6 +64,7 @@ struct _GSTLALToggleComplex {
/**
* GSTLALToggleComplexClass:
* @parent_class: the parent class
*/
......
......@@ -149,6 +149,7 @@ struct _GSTLALWhiten {
/**
* GSTLALWhitenClass:
* @parent_class: the parent class
*/
......
......@@ -86,6 +86,7 @@ struct _GstAudioAdapter {
/**
* GstAudioAdapterClass:
* @parent_class: the parent class
*/
......
......@@ -78,6 +78,7 @@ struct _GstLALGPSSystemClock {
/**
* GstLALGPSSystemClockClass:
* @parent_class: the parent class
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment