Merge pull request #292 from smowton/smowton/admin/document-public-predicates

Document undocumented public symbols
This commit is contained in:
Chris Smowton
2020-08-19 15:52:06 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -5,5 +5,8 @@
import go
/**
* Gets the `File` with encoded name `name`.
*/
cached
File getEncodedFile(string name) { result.getAbsolutePath().replaceAll(":", "_") = name }

View File

@@ -4,6 +4,9 @@
import go
/**
* Provides classes and predicates relating to flags that may indicate security expectations.
*/
module InsecureFeatureFlag {
/**
* A kind of flag that may indicate security expectations regarding the code it guards.