Skip to content

Commit f25cda0

Browse files
committed
update documents to remove properties (author, created)
1 parent f8c0b10 commit f25cda0

10 files changed

+35
-338
lines changed

docs/oos_util.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ PL/SQL: Statement ignored
8282
```
8383

8484

85-
### Properties
86-
Name | Description
87-
--- | ---
88-
Author | Martin D'Souza
89-
Created | 05-Sep-2015
90-
9185

9286

9387
## SLEEP Procedure<a name="sleep"></a>
@@ -134,11 +128,5 @@ end;
134128
```
135129

136130

137-
### Properties
138-
Name | Description
139-
--- | ---
140-
Author | Martin Giffy D'Souza
141-
Created | 31-Dec-2015
142-
143131

144132

docs/oos_util_apex.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ end;
5858
```
5959

6060

61-
### Properties
62-
Name | Description
63-
--- | ---
64-
Author | Martin Giffy D'Souza
65-
Created | 29-Dec-2015
66-
6761

6862

6963
## IS_DEVELOPER_YN Function<a name="is_developer_yn"></a>
@@ -99,12 +93,6 @@ end;
9993
```
10094

10195

102-
### Properties
103-
Name | Description
104-
--- | ---
105-
Author | Martin Giffy D'Souza
106-
Created | 29-Dec-2015
107-
10896

10997

11098
## IS_SESSION_VALID Function<a name="is_session_valid"></a>
@@ -143,12 +131,6 @@ end;
143131
```
144132

145133

146-
### Properties
147-
Name | Description
148-
--- | ---
149-
Author | Martin Giffy D'Souza
150-
Created | 29-Dec-2015
151-
152134

153135

154136
## IS_SESSION_VALID_YN Function<a name="is_session_valid_yn"></a>
@@ -187,12 +169,6 @@ end;
187169
```
188170

189171

190-
### Properties
191-
Name | Description
192-
--- | ---
193-
Author | Martin Giffy D'Souza
194-
Created | 29-Dec-2015
195-
196172

197173

198174
## CREATE_SESSION Procedure<a name="create_session"></a>
@@ -248,12 +224,6 @@ end;
248224
```
249225

250226

251-
### Properties
252-
Name | Description
253-
--- | ---
254-
Author | Martin Giffy D'Souza
255-
Created | 29-Dec-2015
256-
257227

258228

259229
## JOIN_SESSION Procedure<a name="join_session"></a>
@@ -297,12 +267,6 @@ end;
297267
```
298268

299269

300-
### Properties
301-
Name | Description
302-
--- | ---
303-
Author | Martin Giffy D'Souza
304-
Created | 29-Dec-2015
305-
306270

307271

308272
## TRIM_PAGE_ITEMS Procedure<a name="trim_page_items"></a>
@@ -342,12 +306,6 @@ end;
342306
```
343307

344308

345-
### Properties
346-
Name | Description
347-
--- | ---
348-
Author | Martin Giffy D'Souza
349-
Created | 31-Dec-2015
350-
351309

352310

353311
## IS_PAGE_ITEM_RENDERED Function<a name="is_page_item_rendered"></a>
@@ -387,11 +345,5 @@ end;
387345
```
388346

389347

390-
### Properties
391-
Name | Description
392-
--- | ---
393-
Author | Daniel Hochleitner
394-
Created | 06-Mar-2016
395-
396348

397349

docs/oos_util_bit.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ OOS_UTIL_BIT.BITAND(1,3)
6161
```
6262

6363

64-
### Properties
65-
Name | Description
66-
--- | ---
67-
Author | Jani Hur <[email protected]>
68-
Created | 11-Apr-2016
69-
7064

7165

7266
## BITOR Function<a name="bitor"></a>
@@ -107,12 +101,6 @@ OOS_UTIL_BIT.BITOR(1,3)
107101
```
108102

109103

110-
### Properties
111-
Name | Description
112-
--- | ---
113-
Author | Jani Hur <[email protected]>
114-
Created | 06-Apr-2016
115-
116104

117105

118106
## BITXOR Function<a name="bitxor"></a>
@@ -153,12 +141,6 @@ OOS_UTIL_BIT.BITXOR(1,3)
153141
```
154142

155143

156-
### Properties
157-
Name | Description
158-
--- | ---
159-
Author | Jani Hur <[email protected]>
160-
Created | 06-Apr-2016
161-
162144

163145

164146
## BITNOT Function<a name="bitnot"></a>
@@ -197,12 +179,6 @@ OOS_UTIL_BIT.BITNOT(7)
197179
```
198180

199181

200-
### Properties
201-
Name | Description
202-
--- | ---
203-
Author | Jani Hur <[email protected]>
204-
Created | 06-Apr-2016
205-
206182

207183

208184
## BITSHIFT_LEFT Function<a name="bitshift_left"></a>
@@ -244,12 +220,6 @@ OOS_UTIL_BIT.BITSHIFT_LEFT(7,4)
244220
```
245221

246222

247-
### Properties
248-
Name | Description
249-
--- | ---
250-
Author | Anton Scheffer
251-
Created | 22-Sep-2016
252-
253223

254224

255225
## BITSHIFT_RIGHT Function<a name="bitshift_right"></a>
@@ -291,11 +261,5 @@ OOS_UTIL_BIT.BITSHIFT_RIGHT(7,1)
291261
```
292262

293263

294-
### Properties
295-
Name | Description
296-
--- | ---
297-
Author | Anton Scheffer
298-
Created | 22-Sep-2016
299-
300264

301265

docs/oos_util_crypto.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ EXAMPLE
8383
```
8484

8585

86-
### Properties
87-
Name | Description
88-
--- | ---
89-
Author | Aton Scheffer
90-
Created | 4-Oct-2016
91-
9286

9387

9488
## HASH_STR Function<a name="hash_str"></a>
@@ -131,12 +125,6 @@ EXAMPLE
131125
```
132126

133127

134-
### Properties
135-
Name | Description
136-
--- | ---
137-
Author | Martin D'Souza
138-
Created | 19-Jun-2017
139-
140128

141129

142130
## MAC Function<a name="mac"></a>
@@ -183,12 +171,6 @@ F3166A3A404599D2046ED2AAE479B37D54B51D2E85259C9E314042753BE7D813
183171
```
184172

185173

186-
### Properties
187-
Name | Description
188-
--- | ---
189-
Author | Aton Scheffer
190-
Created | 4-Oct-2016
191-
192174

193175

194176
## MAC_STR Function<a name="mac_str"></a>
@@ -234,11 +216,5 @@ F3166A3A404599D2046ED2AAE479B37D54B51D2E85259C9E314042753BE7D813
234216
```
235217

236218

237-
### Properties
238-
Name | Description
239-
--- | ---
240-
Author | Martin D'Souza
241-
Created | 19-Jun-2017
242-
243219

244220

docs/oos_util_date.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ OOS_UTIL_DATE.DATE2EPOCH(SYSDATE)
5454
```
5555

5656

57-
### Properties
58-
Name | Description
59-
--- | ---
60-
Author | Martin Giffy D'Souza
61-
Created | 30-Dec-2015
62-
6357

6458

6559
## EPOCH2DATE Function<a name="epoch2date"></a>
@@ -97,11 +91,5 @@ OOS_UTIL_DATE.EPOCH2DATE(1461663982)
9791
```
9892

9993

100-
### Properties
101-
Name | Description
102-
--- | ---
103-
Author | Martin Giffy D'Souza
104-
Created | 31-Dec-2015
105-
10694

10795

0 commit comments

Comments
 (0)