Add missing file doc comment

This commit is contained in:
Harry Maclean
2022-03-08 12:43:08 +13:00
parent 91a7e9405c
commit c2d4bc50c9
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
/**
* Provides default sources, sinks and sanitizers for reasoning about
* writing user-controlled data to files, as well as extension points
* for adding your own.
*/
/**
* Provides default sources, sinks and sanitizers for reasoning about
* writing user-controlled data to files, as well as extension points