Find the word definition

Wikipedia
Docblock

In programming, a docblock is a specially formatted comment specified in source code that is used to document a specific segment of code. This makes the docblock format independent of the target language (as long as it supports comments); however, it may also lead to multiple or inconsistent standards.