all: use type/prop shorthand in docs

This commit is contained in:
outfoxxed 2024-07-14 16:17:51 -07:00
parent c4cc662bcc
commit e9cacbd92d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
17 changed files with 38 additions and 63 deletions

View file

@ -10,7 +10,7 @@
class DataStreamParser;
///! Data source that can be streamed into a parser.
/// See also: [DataStreamParser](../datastreamparser)
/// See also: @@DataStreamParser
class DataStream: public QObject {
Q_OBJECT;
/// The parser to stream data from this source into.
@ -43,7 +43,7 @@ protected:
};
///! Parser for streamed input data.
/// See also: [DataStream](../datastream), [SplitParser](../splitparser)
/// See also: @@DataStream$, @@SplitParser
class DataStreamParser: public QObject {
Q_OBJECT;
QML_ELEMENT;