Skip to content

Commit 160410b

Browse files
author
Daniel Kroening
authored
Merge pull request #3186 from johnnonweiler/doc/reduce-doxygen-warnings-9
Change syntax used in Doxygen comment
2 parents 47bb533 + 7ffacc7 commit 160410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/load_method_by_regex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bool does_pattern_miss_descriptor(const std::string &pattern)
4848

4949
/// Create a lambda that returns the symbols that the given pattern should be
5050
/// loaded.If the pattern doesn't include a colon for matching the descriptor,
51-
/// append a `:\(.*\).*` to the regex. Note this will mean all overloaded
51+
/// append a :\(.*\).* to the regex. Note this will mean all overloaded
5252
/// methods will be marked as extra entry points for CI lazy loading.
5353
/// If the pattern doesn't include the java:: prefix, prefix that
5454
/// \param pattern: The user provided pattern

0 commit comments

Comments
 (0)