From 7a082a659877b89759414504f5992de583983131 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 26 Sep 2017 18:20:58 +0200 Subject: [PATCH] Add an IntelliJ scope that covers the currently supported Corda API. This is useful when used in combination with the "Highlight public declarations with missing KDoc" inspection. --- .idea/scopes/Corda_API.xml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .idea/scopes/Corda_API.xml diff --git a/.idea/scopes/Corda_API.xml b/.idea/scopes/Corda_API.xml new file mode 100644 index 0000000000..fa137ebcf0 --- /dev/null +++ b/.idea/scopes/Corda_API.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file