We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2e56a commit ce0e85bCopy full SHA for ce0e85b
src/analysis/syntax_doc.ml
@@ -478,12 +478,7 @@ let get_oxcaml_syntax_doc cursor_loc nodes : syntax_info =
478
Some
479
{ name = "Inline never annotation";
480
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)";
+ "This function will not be inlined. In this file (only), this can be overridden at call sites with [@inlined].";
487
documentation = builtin_attrs_doc_url;
488
level = Advanced
489
}
0 commit comments