Skip to content

Commit 712c168

Browse files
author
Owen Jones
committed
Fix unclosed ``` causing doxygen warning
1 parent dbd6988 commit 712c168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/journalling_symbol_table.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
///
2727
/// journalling_symbol_tablet journal(actual_table); // Wraps real_table
2828
/// alter_table(journal);
29-
29+
///
3030
/// for(const auto &added : journal.added())
3131
/// {
3232
/// printf("%s was added\n", added.name);
3333
/// }
34+
/// ```
3435
class journalling_symbol_tablet : public symbol_table_baset
3536
{
3637
public:

0 commit comments

Comments
 (0)