Skip to content

Commit 869d41a

Browse files
authored
unhide and add docs (#2703)
1 parent 9b909e9 commit 869d41a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/src/dartdoc_options.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,9 +1608,10 @@ Future<List<DartdocOption<Object>>> createDartdocOptions(
16081608
hide: true),
16091609
DartdocOptionArgOnly<bool>('showStats', false, resourceProvider,
16101610
help: 'Show statistics useful for debugging.', hide: true),
1611-
// TODO(jdkoren): Unhide when we have good support for another format.
16121611
DartdocOptionArgOnly<String>('format', 'html', resourceProvider,
1613-
hide: true),
1612+
help: 'The format of documentation to generate: `md` for markdown, '
1613+
'`html` for html.',
1614+
hide: false),
16141615
// TODO(jcollins-g): refactor so there is a single static "create" for
16151616
// each DartdocOptionContext that traverses the inheritance tree itself.
16161617
...await createExperimentOptions(resourceProvider),

0 commit comments

Comments
 (0)