You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mrdocs.schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,12 @@
244
244
"title": "System include paths",
245
245
"type": "array"
246
246
},
247
+
"tagfile-path": {
248
+
"default": "<output>/reference.tag.xml",
249
+
"description": "Specifies the full path (filename) where the generated tagfile should be saved. If left empty, no tagfile will be generated.",
250
+
"title": "Path for the tagfile",
251
+
"type": "string"
252
+
},
247
253
"use-system-stdlib": {
248
254
"default": false,
249
255
"description": "True if the compiler has to use just the system standard library. When set to true, the compiler uses the system standard library instead of the standard library provided by the compiler.",
0 commit comments