-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment and documentation improvement (#3943)
* Added that the timer timeout is in seconds * Contrasted the differences of autostart and call_now * A minor grammatical change * Spread comments in multiple lines so lines would be shorter * Used three dashes instead of one for documentation * Included available cursor names as an ldoc files, and also added a new file named 'cursor_c_lua.ldoc' which uses awesome comments syntax, because the existing 'cursor_c.ldoc' could not be compiled. * Fixed typo * Fixed formatting and file names
- Loading branch information
Showing
5 changed files
with
99 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<div class='flex-list'> | ||
-- <div>num\_glyphs</div> | ||
-- <div>arrow</div> | ||
-- <div>based\_arrow\_down</div> | ||
-- <div>based\_arrow\_up</div> | ||
-- <div>boat</div> | ||
-- <div>bogosity</div> | ||
-- <div>bottom\_left\_corner</div> | ||
-- <div>bottom\_right\_corner</div> | ||
-- <div>bottom\_side</div> | ||
-- <div>bottom\_tee</div> | ||
-- <div>box\_spiral</div> | ||
-- <div>center\_ptr</div> | ||
-- <div>circle</div> | ||
-- <div>clock</div> | ||
-- <div>coffee\_mug</div> | ||
-- <div>cross</div> | ||
-- <div>crosshair</div> | ||
-- <div>cross\_reverse</div> | ||
-- <div>cursor</div> | ||
-- <div>diamond\_cross</div> | ||
-- <div>dotbox</div> | ||
-- <div>dot</div> | ||
-- <div>double\_arrow</div> | ||
-- <div>draft\_large</div> | ||
-- <div>draft\_small</div> | ||
-- <div>draped\_box</div> | ||
-- <div>exchange</div> | ||
-- <div>fleur</div> | ||
-- <div>gobbler</div> | ||
-- <div>gumby</div> | ||
-- <div>hand</div> | ||
-- <div>hand</div> | ||
-- <div>heart</div> | ||
-- <div>icon</div> | ||
-- <div>iron\_cross</div> | ||
-- <div>leftbutton</div> | ||
-- <div>left\_ptr</div> | ||
-- <div>left\_side</div> | ||
-- <div>left\_tee</div> | ||
-- <div>ll\_angle</div> | ||
-- <div>lr\_angle</div> | ||
-- <div>man</div> | ||
-- <div>middlebutton</div> | ||
-- <div>mouse</div> | ||
-- <div>pencil</div> | ||
-- <div>pirate</div> | ||
-- <div>plus</div> | ||
-- <div>question\_arrow</div> | ||
-- <div>rightbutton</div> | ||
-- <div>right\_ptr</div> | ||
-- <div>right\_side</div> | ||
-- <div>right\_tee</div> | ||
-- <div>rtl\_logo</div> | ||
-- <div>sailboat</div> | ||
-- <div>sb\_down\_arrow</div> | ||
-- <div>sb\_h\_double\_arrow</div> | ||
-- <div>sb\_left\_arrow</div> | ||
-- <div>sb\_right\_arrow</div> | ||
-- <div>sb\_up\_arrow</div> | ||
-- <div>sb\_v\_double\_arrow</div> | ||
-- <div>shuttle</div> | ||
-- <div>sizing</div> | ||
-- <div>spider</div> | ||
-- <div>spraycan</div> | ||
-- <div>star</div> | ||
-- <div>target</div> | ||
-- <div>tcross</div> | ||
-- <div>top\_left\_arrow</div> | ||
-- <div>top\_left\_corner</div> | ||
-- <div>top\_right\_corner</div> | ||
-- <div>top\_side</div> | ||
-- <div>top\_tee</div> | ||
-- <div>trek</div> | ||
-- <div>ul\_angle</div> | ||
-- <div>umbrella</div> | ||
-- <div>ur\_angle</div> | ||
-- <div>watch</div> | ||
-- <div>xterm</div> | ||
-- </div> |
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
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