mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
feat(registry): add struct mapping for the Rust docset
This commit is contained in:
parent
b22ad78658
commit
0e3e427202
@ -667,6 +667,7 @@ QString Docset::parseSymbolType(const QString &str)
|
||||
// Protocol
|
||||
{QStringLiteral("intf"), QStringLiteral("Protocol")},
|
||||
// Structure
|
||||
{QStringLiteral("_Struct"), QStringLiteral("Structure")},
|
||||
{QStringLiteral("struct"), QStringLiteral("Structure")},
|
||||
{QStringLiteral("Data Structures"), QStringLiteral("Structure")},
|
||||
{QStringLiteral("Struct"), QStringLiteral("Structure")},
|
||||
|
Loading…
Reference in New Issue
Block a user