Skip to content

Commit

Permalink
README: fix resolve_regexp doc (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Feb 5, 2024
1 parent da9ab08 commit ec1591c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -975,12 +975,7 @@ The following directives are recognized:
| Specifies an explicit mapping from an import regex to a label for |
| `Dependency resolution`_. The format for a resolve directive is: |
| |
| ``# gazelle:resolve source-lang import-lang import-string-regex label`` |
| |
| Specifies an explicit mapping from an import regex to a label for |
| `Dependency resolution`_. The format for a resolve directive is: |
| |
| ``# gazelle:resolve source-lang import-lang import-string-regex label`` |
| ``# gazelle:resolve_regexp source-lang import-lang import-string-regex label`` |
| |
| * ``source-lang`` is the language of the source code being imported. |
| * ``import-lang`` is the language importing the library. This is usually |
Expand Down

0 comments on commit ec1591c

Please sign in to comment.