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 3d4d419 commit d0ad98fCopy full SHA for d0ad98f
Tests/MarkdownTests/Parsing/DoxygenCommandParserTests.swift
@@ -469,7 +469,9 @@ class DoxygenCommandParserTests: XCTestCase {
469
let expectedDump = #"""
470
Document
471
├─ BlockDirective name: "method"
472
- ├─ BlockDirective name: "abstract"
+ ├─ DoxygenAbstract
473
+ │ └─ Paragraph
474
+ │ └─ Text "Some brief description of this method"
475
├─ DoxygenParameter parameter: number
476
│ └─ Paragraph
477
│ └─ Text "Some description of the “number” parameter"
0 commit comments