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
+10
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,16 @@
297
297
"title": "Detect and reduce SFINAE expressions",
298
298
"type": "boolean"
299
299
},
300
+
"show-namespaces": {
301
+
"default": true,
302
+
"description": "When set to true, MrDocs creates a page for each namespace in the documentation.",
303
+
"enum": [
304
+
true,
305
+
false
306
+
],
307
+
"title": "Show namespace pages in the documentation",
308
+
"type": "boolean"
309
+
},
300
310
"sort-members": {
301
311
"default": true,
302
312
"description": "When set to `true`, sort the members of a record or namespace by name and parameters. When set to `false`, the members are included in the declaration order they are extracted.",
Copy file name to clipboardExpand all lines: src/lib/Lib/ConfigOptions.json
+7
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,13 @@
318
318
"details": "Output an embeddable document, which excludes the header, the footer, and everything outside the body of the document. This option is useful for producing documents that can be inserted into an external template.",
319
319
"type": "bool",
320
320
"default": false
321
+
},
322
+
{
323
+
"name": "show-namespaces",
324
+
"brief": "Show namespace pages in the documentation",
325
+
"details": "When set to true, MrDocs creates a page for each namespace in the documentation.",
0 commit comments