We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a7de1 commit a7a5181Copy full SHA for a7a5181
migrate/update-migrate-progress.ts
@@ -51,7 +51,7 @@ function generateMarkdown(status: EntryStatus): string {
51
} else {
52
return `| ❌ | [cppref](${cpprefUrl}) | ${
53
entry.cppdoc ? `[create](${issueUrl})` : "N/A"
54
- } | \`${entry}\` |`;
+ } | \`${entry.cppdoc ?? entry.cppref + "(cppref)"}\` |`;
55
}
56
57
0 commit comments