You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Features
19
19
*[Delete](#delete)
20
20
*[Helper Functions](#helper-functions)
21
21
*[Unit Tests](#unit-tests)
22
+
*[Documentation](#documentation)
22
23
23
24
Setup
24
25
-----
@@ -301,3 +302,6 @@ The library includes a handful of helper functions.
301
302
302
303
### Unit Tests
303
304
If you would like to run the unit tests, import all the library files including the files in"testing" into an Excel workbook. In some cell, type "=RunUnitTests()". Any failures will open a messagebox stating the expected output and what was actually received by the library.
305
+
306
+
### Documentation
307
+
All classes are [documented](https://beakerboy.github.io/VBA-SQL-Library/) using Naturaldocs syntax.
0 commit comments