-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3697 from techee/var_prefix
autoit: Drop $ from variable names
- Loading branch information
Showing
6 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. _ctags-lang-autoit(7): | ||
|
||
============================================================== | ||
ctags-lang-autoit | ||
============================================================== | ||
|
||
Random notes about tagging AutoIt source code with Universal Ctags | ||
|
||
:Version: 6.0.0 | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **ctags** ... --languages=+AutoIt ... | ||
| **ctags** ... --language-force=AutoIt ... | ||
| **ctags** ... --map-AutoIt=+.au3 ... | ||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging AutoIt source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Drop ``$`` from tags for variables names. | ||
|
||
SEE ALSO | ||
-------- | ||
:ref:`ctags(1) <ctags(1)>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. _ctags-lang-autoit(7): | ||
|
||
============================================================== | ||
ctags-lang-autoit | ||
============================================================== | ||
--------------------------------------------------------------------- | ||
Random notes about tagging AutoIt source code with Universal Ctags | ||
--------------------------------------------------------------------- | ||
:Version: @VERSION@ | ||
:Manual group: Universal Ctags | ||
:Manual section: 7 | ||
|
||
SYNOPSIS | ||
-------- | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+AutoIt ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=AutoIt ... | ||
| **@CTAGS_NAME_EXECUTABLE@** ... --map-AutoIt=+.au3 ... | ||
|
||
DESCRIPTION | ||
----------- | ||
This man page gathers random notes about tagging AutoIt source code. | ||
|
||
VERSIONS | ||
-------- | ||
|
||
Change since "0.0" | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* Drop ``$`` from tags for variables names. | ||
|
||
SEE ALSO | ||
-------- | ||
ctags(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters