Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
1e440ffc
Commit
1e440ffc
authored
3 weeks ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix alignment of system property descriptions in JSDOCS
parent
52ce7ffe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/js_system.c
+3
-3
3 additions, 3 deletions
src/sbbs3/js_system.c
with
3 additions
and
3 deletions
src/sbbs3/js_system.c
+
3
−
3
View file @
1e440ffc
...
...
@@ -600,6 +600,9 @@ static const char* sys_prop_desc[] = {
,
"Socket library version information"
,
"Time/date system was brought online (in time_t format)"
,
"Synchronet full version information (e.g. '3.10k Beta Debug')"
,
"Synchronet Git repository branch name"
,
"Synchronet Git repository commit hash"
,
"Synchronet Git repository commit date/time"
,
"Date and time compiled"
,
"Synchronet version number (e.g. '3.10')"
,
"Synchronet revision letter (e.g. 'k')"
...
...
@@ -607,9 +610,6 @@ static const char* sys_prop_desc[] = {
,
"Synchronet version notice (includes version and platform)"
,
"Synchronet version number in decimal (e.g. 31301 for v3.13b)"
,
"Synchronet version number in hexadecimal (e.g. 0x31301 for v3.13b)"
,
"Synchronet Git repository branch name"
,
"Synchronet Git repository commit hash"
,
"Synchronet Git repository commit date/time"
,
"Synchronet Git repository commit date/time (seconds since Unix epoch)"
,
"Platform description (e.g. 'Win32', 'Linux', 'FreeBSD')"
,
"Architecture description (e.g. 'i386', 'i686', 'x86_64')"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment