Skip to content

Commit 6112c86

Browse files
committed
Fix doxygen in remove_asm.h
The second half of the block documentation was missing from the output.
1 parent 3ee2b3a commit 6112c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assembler/remove_asm.h

Lines changed: 2 additions & 2 deletions
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+
///
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)