@@ -30,8 +30,8 @@ <h1>GMod Sentry</h1>
30
30
< h2 > Contents</ h2 >
31
31
< ul >
32
32
< li > < a href ="#Functions "> Functions</ a > </ li >
33
+ < li > < a href ="#Tables "> Tables</ a > </ li >
33
34
< li > < a href ="#util "> util</ a > </ li >
34
- < li > < a href ="#Module_Detection "> Module Detection</ a > </ li >
35
35
< li > < a href ="#Transactions "> Transactions</ a > </ li >
36
36
</ ul >
37
37
@@ -51,9 +51,7 @@ <h2>Topics</h2>
51
51
52
52
< h1 > Module < code > sentry</ code > </ h1 >
53
53
< p > Provides an interface to < a href ="https://sentry.io "> Sentry</ a > from GLua</ p >
54
- < p >
55
-
56
- </ p >
54
+ < p > < a href ="https://github.com/lexicality/gmod-sentry/ "> Github Page</ a > </ p >
57
55
< h3 > Info:</ h3 >
58
56
< ul >
59
57
< li > < strong > Copyright</ strong > : 2018 Lex Robinson</ li >
@@ -82,26 +80,26 @@ <h2><a href="#Functions">Functions</a></h2>
82
80
< td class ="summary "> Configures and activates Sentry</ td >
83
81
</ tr >
84
82
</ table >
85
- < h2 > < a href ="#util " > util </ a > </ h2 >
83
+ < h2 > < a href ="#Tables " > Tables </ a > </ h2 >
86
84
< table class ="function_list ">
87
85
< tr >
88
- < td class ="name " nowrap > < a href ="#ISODate " > ISODate (time) </ a > </ td >
89
- < td class ="summary "> Generates an ISO 8601/RFC 6350 formatted date </ td >
86
+ < td class ="name " nowrap > < a href ="#DetectedModules " > DetectedModules </ a > </ td >
87
+ < td class ="summary "> All the modules Sentry has detected. </ td >
90
88
</ tr >
91
89
< tr >
92
- < td class ="name " nowrap > < a href ="#GetOSName " > GetOSName () </ a > </ td >
93
- < td class ="summary "> Generates a pretty printed name of the current operating sytem </ td >
90
+ < td class ="name " nowrap > < a href ="#DetectionFuncs " > DetectionFuncs </ a > </ td >
91
+ < td class ="summary "> More complex ways of detecting a module's version </ td >
94
92
</ tr >
95
93
</ table >
96
- < h2 > < a href ="#Module_Detection " > Module Detection </ a > </ h2 >
94
+ < h2 > < a href ="#util " > util </ a > </ h2 >
97
95
< table class ="function_list ">
98
96
< tr >
99
- < td class ="name " nowrap > < a href ="#DetectedModules " > DetectedModules </ a > </ td >
100
- < td class ="summary "> All the modules Sentry has detected. </ td >
97
+ < td class ="name " nowrap > < a href ="#ISODate " > ISODate (time) </ a > </ td >
98
+ < td class ="summary "> Generates an ISO 8601/RFC 6350 formatted date </ td >
101
99
</ tr >
102
100
< tr >
103
- < td class ="name " nowrap > < a href ="#DetectionFuncs " > DetectionFuncs </ a > </ td >
104
- < td class ="summary "> More complex ways of detecting a module's version </ td >
101
+ < td class ="name " nowrap > < a href ="#GetOSName " > GetOSName () </ a > </ td >
102
+ < td class ="summary "> Generates a pretty printed name of the current operating sytem </ td >
105
103
</ tr >
106
104
</ table >
107
105
< h2 > < a href ="#Transactions "> Transactions</ a > </ h2 >
@@ -282,100 +280,100 @@ <h3>Usage:</h3>
282
280
283
281
</ dd >
284
282
</ dl >
285
- < h2 class ="section-header "> < a name ="util "> </ a > util </ h2 >
283
+ < h2 class ="section-header "> < a name ="Tables "> </ a > Tables </ h2 >
286
284
287
285
< dl class ="function ">
288
286
< dt >
289
- < a name = "ISODate "> </ a >
290
- < strong > ISODate (time) </ strong >
287
+ < a name = "DetectedModules "> </ a >
288
+ < strong > DetectedModules </ strong >
291
289
</ dt >
292
290
< dd >
293
- Generates an ISO 8601/RFC 6350 formatted date
294
-
291
+ All the modules Sentry has detected.
292
+ Anything added to this will also be sent to Sentry
295
293
296
- < h3 > Parameters:</ h3 >
297
- < ul >
298
- < li > < span class ="parameter "> time</ span >
299
- The unix timestamp to generate the date from
300
- </ li >
301
- </ ul >
302
294
303
- < h3 > Returns:</ h3 >
304
- < ol >
305
295
306
- The date string
307
- </ ol >
308
296
309
297
310
298
299
+ < h3 > Usage:</ h3 >
300
+ < ul >
301
+ < pre class ="example "> sentry.DetectedModules[< span class ="string "> "foo"</ span > ] = < span class ="string "> "7.2"</ span > </ pre >
302
+ </ ul >
311
303
312
304
</ dd >
313
305
< dt >
314
- < a name = "GetOSName "> </ a >
315
- < strong > GetOSName () </ strong >
306
+ < a name = "DetectionFuncs "> </ a >
307
+ < strong > DetectionFuncs </ strong >
316
308
</ dt >
317
309
< dd >
318
- Generates a pretty printed name of the current operating sytem
310
+ More complex ways of detecting a module's version
319
311
320
312
313
+ < h3 > Fields:</ h3 >
314
+ < ul >
315
+ < li > < span class ="parameter "> _</ span >
321
316
322
- < h3 > Returns:</ h3 >
323
- < ol >
324
317
325
- "Windows", "macOS", "Linux" or nil.
326
- </ ol >
318
+
319
+ </ li >
320
+ </ ul >
327
321
328
322
329
323
330
324
325
+ < h3 > Usage:</ h3 >
326
+ < ul >
327
+ < pre class ="example "> sentry.DetectionFuncs[< span class ="string "> "global name"</ span > ] = < span class ="keyword "> function</ span > (global_value) < span class ="keyword "> return</ span > < span class ="string "> "version"</ span > , < span class ="string "> "optional override name"</ span > < span class ="keyword "> end</ span > </ pre >
328
+ </ ul >
329
+
331
330
</ dd >
332
331
</ dl >
333
- < h2 class ="section-header "> < a name ="Module_Detection "> </ a > Module Detection </ h2 >
332
+ < h2 class ="section-header "> < a name ="util "> </ a > util </ h2 >
334
333
335
334
< dl class ="function ">
336
335
< dt >
337
- < a name = "DetectedModules "> </ a >
338
- < strong > DetectedModules </ strong >
336
+ < a name = "ISODate "> </ a >
337
+ < strong > ISODate (time) </ strong >
339
338
</ dt >
340
339
< dd >
341
- All the modules Sentry has detected.
342
- Anything added to this will also be sent to Sentry
340
+ Generates an ISO 8601/RFC 6350 formatted date
343
341
344
342
343
+ < h3 > Parameters:</ h3 >
344
+ < ul >
345
+ < li > < span class ="parameter "> time</ span >
346
+ The unix timestamp to generate the date from
347
+ </ li >
348
+ </ ul >
345
349
350
+ < h3 > Returns:</ h3 >
351
+ < ol >
352
+
353
+ The date string
354
+ </ ol >
346
355
347
356
348
357
349
- < h3 > Usage:</ h3 >
350
- < ul >
351
- < pre class ="example "> sentry.DetectedModules[< span class ="string "> "foo"</ span > ] = < span class ="string "> "7.2"</ span > </ pre >
352
- </ ul >
353
358
354
359
</ dd >
355
360
< dt >
356
- < a name = "DetectionFuncs "> </ a >
357
- < strong > DetectionFuncs </ strong >
361
+ < a name = "GetOSName "> </ a >
362
+ < strong > GetOSName () </ strong >
358
363
</ dt >
359
364
< dd >
360
- More complex ways of detecting a module's version
361
-
362
-
363
- < h3 > Fields:</ h3 >
364
- < ul >
365
- < li > < span class ="parameter "> _</ span >
365
+ Generates a pretty printed name of the current operating sytem
366
366
367
367
368
368
369
- </ li >
370
- </ ul >
369
+ < h3 > Returns: </ h3 >
370
+ < ol >
371
371
372
+ "Windows", "macOS", "Linux" or nil.
373
+ </ ol >
372
374
373
375
374
376
375
- < h3 > Usage:</ h3 >
376
- < ul >
377
- < pre class ="example "> sentry.DetectionFuncs[< span class ="string "> "global name"</ span > ] = < span class ="keyword "> function</ span > (global_value) < span class ="keyword "> return</ span > < span class ="string "> "version"</ span > , < span class ="string "> "optional override name"</ span > < span class ="keyword "> end</ span > </ pre >
378
- </ ul >
379
377
380
378
</ dd >
381
379
</ dl >
@@ -560,7 +558,7 @@ <h3>Usage:</h3>
560
558
</ div > <!-- id="main" -->
561
559
< div id ="about ">
562
560
< i > generated by < a href ="http://github.com/stevedonovan/LDoc "> LDoc 1.4.6</ a > </ i >
563
- < i style ="float:right; "> Last updated 2018-08-19 20:14:22 </ i >
561
+ < i style ="float:right; "> Last updated 2018-08-19 20:16:56 </ i >
564
562
</ div > <!-- id="about" -->
565
563
</ div > <!-- id="container" -->
566
564
</ body >
0 commit comments