Skip to content
Snippets Groups Projects
Tomas Pecka's avatar
Tomáš Pecka authored
While working on webui, I have noticed that exports from
automata-library contain for many algorithms documentation set to
string "Documentation not available.". I traced the problem back to this
project.

I do not think "Documentation not available" is itself a valid
documentation of an algorithm so I decided to replace the std::string
that is supposed to hold documentation of an overload with an
std::optional<std::string>. The semantics should now be clearer.
2b471285
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..