Skip to content

Commit 727ab5f

Browse files
author
thk123
committed
Correcting documentation for the extra entry points
1 parent 523a319 commit 727ab5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jbmc/src/java_bytecode/java_bytecode_language.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ Author: Daniel Kroening, [email protected]
6262
" --lazy-methods-extra-entry-point METHODNAME\n" /* NOLINT(*) */ \
6363
" treat METHODNAME as a possible program entry point for\n" /* NOLINT(*) */ \
6464
" the purpose of lazy method loading\n" /* NOLINT(*) */ \
65-
" A '.*' wildcard is allowed to specify all class members\n"
65+
" METHODNAME can be a regex that will be matched against\n" /* NOLINT(*) */ \
66+
" all symbols. If missing a java:: prefix will be added\n" /* NOLINT(*) */ \
67+
" If no descriptor is found, all overloads of a method will\n"/* NOLINT(*) */ \
68+
" also be added." /* NOLINT(*) */
6669
// clang-format on
6770

6871
class symbolt;

0 commit comments

Comments
 (0)