Skip to content

Commit a87783f

Browse files
authored
Merge pull request #7568 from thomasspriggs/tas/fix_remove_asm_docs
Fix the doxygen for the `remove_asm.h` file
2 parents 3ee2b3a + 238e7a5 commit a87783f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assembler/remove_asm.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Date: December 2014
1111

1212
/// \file
1313
/// Remove 'asm' statements by compiling them into suitable standard goto
14-
/// program instructions
15-
14+
/// program instructions.
15+
/// \details
1616
/// Inline assembly statements in the source program (in either gcc- or
1717
/// msc-style) are represented by instructions of kind `OTHER` with a `code`
1818
/// member of type `code_asmt` in the goto program.

0 commit comments

Comments
 (0)