Commit graph

741 commits

Author SHA1 Message Date
Zeioth
ac7ee52b48
Update cppdoc.json 2023-06-13 14:27:33 +02:00
Zeioth
965d8b2fc6
Update javadoc.json 2023-06-13 14:26:54 +02:00
Zeioth
b7891c0ad5
better description 2023-06-13 12:58:51 +02:00
Zeioth
a00f312d78
cleanup: We only wanna add shell to packages on this PR 2023-06-13 12:47:42 +02:00
Zeioth
8e70e97374
Update phpdoc.json 2023-06-13 12:39:19 +02:00
Zeioth
567aefbd5b
fix: completion order 2023-06-13 12:35:13 +02:00
Zeioth
bc262979d8
fix: Return, not returns. 2023-06-13 12:28:11 +02:00
Zeioth
78bd1fd6fa
chore(phpdoc) typo 2023-06-13 10:59:53 +02:00
Hendry Khoza
a52cc658e2 ci(pretty-fix): fix linting 2023-06-13 08:31:59 +02:00
Zeioth
851bb9e0da feat(phpdoc) 2023-06-13 07:56:27 +02:00
Zeioth
0f66958a00 Merge remote-tracking branch 'refs/remotes/origin/python-docstring' 2023-06-13 07:44:52 +02:00
Zeioth
3d5aba1aff chore(pydoc) rename python-docstring to pydoc. 2023-06-13 07:44:45 +02:00
Zeioth
02dcb46589
fix(comment format)
Now briefing es required, so the code generators can understand.
2023-06-13 07:08:29 +02:00
Zeioth
576b8367f4
fix(luadoc) comments format
Luadoc actually tell us to use this format for comments. This makes the first line be the briefing.
2023-06-13 07:01:44 +02:00
Zeioth
593cba8311
chore(simple comments)
Simple comment now enforces briefing and description. This allow code generators to always be able to extract both.
2023-06-13 06:44:27 +02:00
Zeioth
44f8979628
fix(comments format) 2023-06-13 06:35:55 +02:00
Zeioth
5de6b327e3 re-fix 2023-06-13 06:34:28 +02:00
Zeioth
1b524b293e
fix(comments format) 2023-06-13 06:34:03 +02:00
Zeioth
93d94406bd fix(align comments correctly) 2023-06-13 06:30:32 +02:00
Zeioth
72a398d087 chore(indicate synonisms) 2023-06-13 06:27:17 +02:00
Zeioth
82514def9c feat(cppdoc) 2023-06-13 06:22:07 +02:00
Zeioth
d1cd1bbea7
chore(added 2 extra tags) @todo and @fixme
this commit adds @todo and @fixme, which I'm not a great fan of, but they exist, so...
2023-06-13 04:11:13 +02:00
Zeioth
50b7ac1174 feat(cdoc) 2023-06-13 03:43:17 +02:00
Zeioth
73a5bc4080
chore(semantics corrected)
According to the official implementation we must use 'example', not 'examplles'. That way the user can use the tag as many times as necessary, which reduces the risk of examples mixing up.
2023-06-13 03:41:24 +02:00
Zeioth
80e221d523
chore(better semantics)
The conventional way to refer to a returned item in shell is "returned value", not "returned item".
2023-06-13 02:55:37 +02:00
Zeioth
2f4c43aa9a feat(shelldoc) 2023-06-13 02:20:49 +02:00
Zeioth
ef34ab2394
chore(better semantics)
'docstring' is a python concept. Let's use 'comment block' as in the other languages.
2023-06-13 02:00:29 +02:00
Zeioth
43ca05d740 chore(javadoc) Typo: we actually throw exceptions, not errors. 2023-06-12 08:10:32 +02:00
Zeioth
3dfc551764
chore(python-docstring) """ is now an alias for """function, as it is the most commonly used docstring. 2023-06-12 07:47:18 +02:00
Zeioth
f529f974d0 Merge remote-tracking branch 'refs/remotes/origin/javadoc' 2023-06-12 07:40:34 +02:00
Zeioth
a23735ca45 feat(javadoc) 2023-06-12 07:40:23 +02:00
Zeioth
74099faafb feat(javadoc) 2023-06-12 07:40:03 +02:00
Zeioth
0da81b55b8
fix(csharp) missing } 2023-06-12 05:03:03 +02:00
Rafael Madriz
49ca2a0e0e
Merge pull request #309 from Zeioth/jsdoc
fix(jsdoc): bug fixes
2023-06-11 12:00:27 -03:00
Zeioth
128ea69c30
minor fix 2023-06-11 04:03:30 +02:00
Mawdac
d1ee50f405 feat(gdscript): add match statement snippet 2023-06-10 00:48:23 -04:00
Rafael Madriz
b71d1ddc30
Merge pull request #314 from mangkoran/main
fix(latex): begin regex transform
2023-06-09 19:46:13 -03:00
Rafael Madriz
0eb246a7db
Merge pull request #315 from larissa/ruby-snippets
Add stops to ruby snippets
2023-06-08 20:05:47 -03:00
Afiq Nazrie
eab83b3b6c fix(latex): begin regex transform
Ref: https://stackoverflow.com/a/57383247/12361572
Fix: #297
2023-06-07 12:14:55 +08:00
Rafael Madriz
b471f54191
Merge pull request #310 from Zeioth/tsdoc
fix(tsdoc): bug fixes
2023-06-06 18:49:27 -03:00
Zeioth
14b5eee958 Change: Removed method (as it is the same as function for docstring) and added "function typed", an alternative kind of function docstring some devs prefer. 2023-06-05 07:21:02 +02:00
Zeioth
01a2279770 Clearer descriptions 2 2023-06-05 07:00:38 +02:00
Zeioth
120be2e98d Clearer descriptions 1 2023-06-05 06:52:52 +02:00
Zeioth
777f009de8 feat(python-docstring) 2023-06-05 06:34:42 +02:00
Rafael Madriz
9025d37189
Merge pull request #308 from Zeioth/csharpdoc
feat(csharpdoc): added
2023-06-04 09:57:04 -03:00
Rafael Madriz
d5492a1e34
Merge pull request #307 from Zeioth/luadoc
feat(luadoc): added
2023-06-04 09:50:07 -03:00
Larissa Reis
e4d026ef93 Improve ruby inline block snippets
- Group all inline block snippets together, so related / similar
  snippets are around each other.

- Terminate inline block snippet after the curly brace if it was
  inserted with a `b` prefix. We do that by making the last position
  jumpable, so the plugin ends at the last line. (we are out of luck if
  it was inserted by a `{` prefix, since plugins to auto close brackets
  are fairly common)
2023-06-03 15:38:10 -03:00
Larissa Reis
b74204c664 Remove duplicated do block in ruby 2023-06-03 15:38:05 -03:00
Larissa Reis
2b93d03982 Fix erb each snippet
Fix `each` snippet so that the block content is not auto filled with the
`item`, following the regular ruby snippets
2023-06-03 15:37:59 -03:00
Larissa Reis
29f86fe19b Add stops to ruby snippets
Add more stops to exception blocks and `if` block snippets
so that `else` and `rescue` portions are jumpable
2023-06-03 15:37:51 -03:00