fi-0026: Comment inside doc comment block {:#fi-0026}

Comments should not be placed inside of a doc comment block:

{% include “docs/reference/fidl/language/error-catalog/label/_bad.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/bad/fi-0026.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

Instead, comments should be placed before or after the doc comment block:

{% include “docs/reference/fidl/language/error-catalog/label/_good.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/good/fi-0026.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

Generally, comments immediately preceding the doc comment block are the best place for comments about the doc comment itself.