Is is possible to configure lsp hover to display documentation that occurs below the definition

Is this possible, apologies if this isn’t a neovim specific question but more of a question that depends on the language server. The codebases I work with define the comments below the function declaration. When I call hover() on the symbol it shows the previous function comments.