Skip to content

Commit ce0e85b

Browse files
liam923goldfirere
andauthored
Update src/analysis/syntax_doc.ml
Co-authored-by: Richard Eisenberg <[email protected]>
1 parent 6e2e56a commit ce0e85b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/analysis/syntax_doc.ml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
478478
Some
479479
{ name = "Inline never annotation";
480480
description =
481-
"On a function declaration, causes the function to never be \
482-
inlined at any call site (can be overridden by [@inlined]). \
483-
Further, this prevents inlining into any other source file \
484-
(even if explicitly requested at a call site in such file; \
485-
call sites within the same source file can use [@inlined] to \
486-
override)";
481+
"This function will not be inlined. In this file (only), this can be overridden at call sites with [@inlined].";
487482
documentation = builtin_attrs_doc_url;
488483
level = Advanced
489484
}

0 commit comments

Comments
 (0)