Skip to content

Commit 8792bdd

Browse files
committed
update docs
1 parent 87442cc commit 8792bdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To quickly install or update all the scripts below, use `install_expsql.sql`.
3434

3535
## Contributing
3636

37-
* Want to help :construction_worker:? Check out the [contributing][contrib] doc.
37+
* Want to help :construction_worker:? Check out the [contributing][contrib] doc
3838
* Missing a feature? Found a :bug:? Open an [issue][issue] to get some :heart:
3939

4040
[contrib]: ../CONTRIBUTING.md

docs/sp_doc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ and plays nice with:
5454
| --- | --- | --- | --- |
5555
| @DatabaseName | SYSNAME(128) | no | Target database to document. Default is the stored procedure's database. |
5656
| @ExtendedPropertyName | SYSNAME(128) | no | Key for extended properties on objects. Default is 'Description'. |
57-
| @LimitStoredProcLength | BIT | no | Limit stored procedure contents to 8000 characters to avoid memory issues with some IDEs. Default is 1. |
57+
| @LimitStoredProcLength | BIT | no | Limit stored procedure contents to 8000 characters, to avoid memory issues with some IDEs. Default is 1. |
58+
| @Emojis | BIT | no | Use emojis when generating documentation. Default is 0. |
5859
| @SqlMajorVersion | TINYINT | no | Used for unit testing purposes only. |
5960
| @SqlMinorVersion | SMALLINT | no | Used for unit testing purposes only. |
6061

0 commit comments

Comments
 (0)