reference ========= .. include:: /ref/targets/autogen/descriptions/reference.txt .. contents:: Configuration options --------------------- name ~~~~ Checks the name of the reference. .. code-block:: yaml search: reference: name: "s" .. code-block:: java :emphasize-lines: 4 private String s = ""; void doSomething() { System.out.println(this.s); } .. include:: /ref/targets/partials/searcher.txt