Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/adiar/adiar.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace adiar
///
/// \warning All of Adiar's file objects must be destructed **before** this functions i called.
/// That is, any \ref bdd \ref bdd_builder, \ref zdd \ref zdd_builder or any \ref
/// shared_file objects you may be using.
/// adiar::internal::shared_file objects you may be using.
///
/// \throws runtime_error
/// If compiled with *debug* and one of Adiar's objects have *not* been destructed.
Expand Down
Loading
Loading