Skip to content

Commit

Permalink
Link to system version type
Browse files Browse the repository at this point in the history
  • Loading branch information
karimi committed Nov 13, 2024
1 parent 7825bd1 commit 59b8253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quasar_site/src/components/MemberSignature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export default {
const tokenPath = this.tokenPath(typeToken)
let link = tokenPath ? this.baseUrl + tokenPath : null
//Try to get system links
console.log("typetoken", typeToken)
if(!link){
// if( typeToken.toLowerCase().startsWith("system")){
// let cleanType = typeToken.split("<")[0];
Expand All @@ -287,6 +288,7 @@ export default {
"ushort": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"long": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"ulong": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"Version": "https://learn.microsoft.com/en-us/dotnet/api/system.version"
// Add more standard types as needed
};
Expand Down

0 comments on commit 59b8253

Please sign in to comment.