Document undocumented public symbols

This commit is contained in:
Chris Smowton
2020-08-19 12:33:10 +01:00
parent 61f4d8ddfc
commit 60d3de1911
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.