Skip to content

Commit 8d0cbb1

Browse files
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/FunctionInfo.java
Co-authored-by: Liam Thompson <[email protected]>
1 parent 3a1ff27 commit 8d0cbb1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/FunctionInfo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
String appendix() default "";
7272

7373
/**
74-
* The heading depth of this function in the docs, relative to the normal depth of functions.
74+
* Adjusts documentation heading level (0=standard, 1=subheading, etc).
75+
* Used to create logical nesting between related functions.
7576
*/
7677
int depthOffset() default 0;
7778

0 commit comments

Comments
 (0)