Doc: Removing version number from the QDoc comments.
The version is not needed anymore and QDoc handles them as a different module, causing errors. Task-number: QTBUG-32172 Change-Id: I55054a6c7bce9e001ef03cce944b03375c851d15 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
40908fdb77
commit
43be5d9763
@@ -120,7 +120,7 @@ QDeclarativeRadioData::~QDeclarativeRadioData()
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::RadioData::availability
|
||||
\qmlproperty enumeration QtMultimedia::RadioData::availability
|
||||
|
||||
Returns the availability state of the radio data interface.
|
||||
|
||||
@@ -147,7 +147,7 @@ QDeclarativeRadioData::Availability QDeclarativeRadioData::availability() const
|
||||
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::stationId
|
||||
\qmlproperty string QtMultimedia::RadioData::stationId
|
||||
|
||||
This property allows you to read the station Id of the currently tuned radio
|
||||
station.
|
||||
@@ -158,7 +158,7 @@ QString QDeclarativeRadioData::stationId() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtMultimedia5::RadioData::programType
|
||||
\qmlproperty enumeration QtMultimedia::RadioData::programType
|
||||
|
||||
This property holds the type of the currently playing program as transmitted
|
||||
by the radio station. The value can be any one of the values defined in the
|
||||
@@ -223,7 +223,7 @@ QDeclarativeRadioData::ProgramType QDeclarativeRadioData::programType() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::programTypeName
|
||||
\qmlproperty string QtMultimedia::RadioData::programTypeName
|
||||
|
||||
This property holds a string representation of the \l programType.
|
||||
*/
|
||||
@@ -233,7 +233,7 @@ QString QDeclarativeRadioData::programTypeName() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::stationName
|
||||
\qmlproperty string QtMultimedia::RadioData::stationName
|
||||
|
||||
This property has the name of the currently tuned radio station.
|
||||
*/
|
||||
@@ -243,7 +243,7 @@ QString QDeclarativeRadioData::stationName() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::RadioData::radioText
|
||||
\qmlproperty string QtMultimedia::RadioData::radioText
|
||||
|
||||
This property holds free-text transmitted by the radio station. This is typically used to
|
||||
show supporting information for the currently playing content, for instance song title or
|
||||
@@ -255,7 +255,7 @@ QString QDeclarativeRadioData::radioText() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty bool QtMultimedia5::RadioData::alternativeFrequenciesEnabled
|
||||
\qmlproperty bool QtMultimedia::RadioData::alternativeFrequenciesEnabled
|
||||
|
||||
This property allows you to specify whether the radio should try and tune to alternative
|
||||
frequencies if the signal strength of the current station becomes too weak. The alternative
|
||||
|
||||
Reference in New Issue
Block a user