Skip to content

Commit 238e7a5

Browse files
committed
Add details doxygen command
Because the following documentation is details about the pass.
1 parent 6112c86 commit 238e7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assembler/remove_asm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Date: December 2014
1212
/// \file
1313
/// Remove 'asm' statements by compiling them into suitable standard goto
1414
/// program instructions.
15-
///
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)