----
if (x) {
  /**
   * documentation here
   */
  y();
}
----
if x

  ###*
  # documentation here
  ###

  y()
