Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
64d2d23
Fix underscores in github markdown links
cryobry Dec 6, 2024
ebaf66d
Fixed typo in README @option instead of @arg
rafmartom Feb 26, 2025
de0ab82
Merge pull request #1 from rafmartom/rafmartom-patch-1
GB609 Oct 10, 2025
0bcd3d8
Merge pull request #2 from cryobry/patch-1
GB609 Oct 10, 2025
ee2f086
Create .editorconfig
GB609 Oct 10, 2025
686633a
Rework and enhance `@section`
GB609 Oct 10, 2025
a556a0e
Merge pull request #3 from GB609/feature/endsection
GB609 Oct 12, 2025
b1318c4
allow to mark entire sections as `@internal`
GB609 Oct 12, 2025
55384d8
Merge pull request #4 from GB609/feature/internal-sections
GB609 Oct 12, 2025
73062d6
fix potentially fatal delete statement
GB609 Oct 12, 2025
9b8342e
allow empty `@file` or `@name` to only get brief and description
GB609 Oct 13, 2025
258757c
fix `@file`
GB609 Oct 13, 2025
1cd5c48
allow `@see`, `@set` and `@example` for `@file` blocks
GB609 Nov 9, 2025
323398f
Update README.md
GB609 Nov 18, 2025
1b10a5d
reset docblock_filter after creating file_description
GB609 Nov 29, 2025
0b0d462
fix tests and documentation related to `@file` descriptions
GB609 Dec 7, 2025
d7a35e6
new capability: parameter replacements
GB609 Dec 7, 2025
74dc2d3
decouple addtional annotations in `@file` blocks from `@description`
GB609 Dec 7, 2025
37de5f3
bugfix: make sure docblock length is only retrieved when its an array
GB609 Dec 7, 2025
1698074
Allow raw MD in `@description` blocks (#5)
GB609 Dec 9, 2025
70276c4
Update README.md
GB609 Dec 10, 2025
8d1e1ec
Update README.md
GB609 Dec 10, 2025
cde2263
Add support for subshell functions
jbrubake Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
end_of_line = lf
charset = utf-8

[shdoc]
trim_trailing_whitespace = false

[*.md]
insert_final_newline = true
trim_trailing_whitespace = false
Loading