From afdcf0252065adae2d110b538f8df16f4d21e2ca Mon Sep 17 00:00:00 2001 From: jlizier Date: Mon, 27 Nov 2017 08:58:23 +1100 Subject: [PATCH] Adding package-info file for the autoanalysis package folder in the demos tree, where the auto generated code needs to be stored. (This one file makes sure the folder is added to git, and the required location is created) --- .../demos/autoanalysis/package-info.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 demos/java/infodynamics/demos/autoanalysis/package-info.java diff --git a/demos/java/infodynamics/demos/autoanalysis/package-info.java b/demos/java/infodynamics/demos/autoanalysis/package-info.java new file mode 100755 index 0000000..42e983b --- /dev/null +++ b/demos/java/infodynamics/demos/autoanalysis/package-info.java @@ -0,0 +1,12 @@ +/** + * This package hosts Java code that is generated by the AutoAnalyser. + * + *

We're not really planning to generate Javadocs for these classes, + * simply putting this file here so that the otherwise empty folder + * can be added to git (we need the folder here ready for + * the generated code to be put into).

+ * + * @author Joseph Lizier (email, + * www) + */ +package infodynamics.demos.autoanalysis;