Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
2f02911e
Commit
2f02911e
authored
Dec 24, 2016
by
Alexandre Duret-Lutz
Browse files
copy: improve documentation
* spot/twaalgos/copy.hh: Make a reference to make_twa_graph().
parent
f5a76baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/copy.hh
View file @
2f02911e
...
...
@@ -31,7 +31,9 @@ namespace spot
/// \ingroup twa_misc
/// \brief Build an explicit automaton from all states of \a aut,
///
/// This works for using the abstract interface for automata
/// This works using the abstract interface for automata. If you
/// have a twa_graph that you want to copy, it is more efficient
/// to call make_twa_graph() instead.
SPOT_API
twa_graph_ptr
copy
(
const
const_twa_ptr
&
aut
,
twa
::
prop_set
p
,
bool
preserve_names
=
false
,
unsigned
max_states
=
-
1U
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment