-
Notifications
You must be signed in to change notification settings - Fork 903
docs: api root, buildinfo, csp #5493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ffc1748
docs: Applications
mtojek d259c05
WIP
mtojek a26eac5
WIP
mtojek 9950d35
WIP
mtojek fbbbf9a
Fix: consume
mtojek 2f0b499
Fix: @Description
mtojek e5a4618
Fix
mtojek 7c9002f
Merge branch 'main' into 3522-document-more-methods
mtojek 15fea1e
docs: apiroot, buildinfo, csp
mtojek 52f0234
Fix: buildinfo
mtojek 489718f
docs: updatecheck
mtojek 4029161
docs: apiroot
mtojek e8286f6
Fix: s/none//g
mtojek 60e0f27
Fix: godoc nice
mtojek 74de5d4
Fix: description
mtojek 095a463
Fix: It
mtojek 4719a18
Fix: code sample trim empty line
mtojek ef213ac
More fixes
mtojek 12d904a
Fix: br
mtojek e740d81
Merge branch '3522-document-more-methods' into 3522-document-more-met…
mtojek f3e8c38
Merge
mtojek ffd5da8
Merge branch 'main' into 3522-document-more-methods-2
mtojek 0e0af29
Fix: no-security on updatecheck
mtojek ed6ed0a
Fix: code tags
mtojek 6c6c509
Fix: enumerated values in code tags
mtojek 59de7a0
Rephrased
mtojek 171a675
Address PR comments
mtojek c831dc3
Fix: URL, id
mtojek 95c7760
Fix: array items
mtojek 234f140
Fix: any property
mtojek 18b38c4
Fix: array item singular
mtojek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rephrased
- Loading branch information
commit 59de7a032b2258f0660c9587decbeffb95666410
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These comments are somewhat easier to read when there are line-breaks, why do we need to make them a single line (same for the other changes)? (I personally write mine with <=80 char width but we don't enforce it, sub-80 is most prominent in the project though.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I admit that I changed the line length as I stick to <=120 or <=160 chars (widescreen). I believe that times with <=80 chars are already gone :)
As we fixed the bug with
<br>
, I guess that we can bring the original multi-line comment back.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅. For me it's not about the space, I just find long lines harder to read because my eye needs to travel more sideways.
I also admit I like it when comments align closely to the thing they describe 😆 (like this):

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In theory, we could involve one more formatter, golines, to enforce a specific line length limit, but maybe let's leave it aside from this PR.