Skip to content
Snippets Groups Projects
Commit 1e440ffc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix alignment of system property descriptions in JSDOCS

parent 52ce7ffe
No related branches found
No related tags found
No related merge requests found
......@@ -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')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment