Actions
Bug #3102
closedIncorrect use of @example tag in src/util/string-helper.hpp
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Doxygen tag @example
should be in the form (http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdexample)
@example <file-name>
Where is a name of the file, containing the example code (in the configured folder for examples).
For this bug, we just need to replace @example
with Example:
statement.
Actions