From ec3295e93aa9c03e8c26ec1122f08bc9634f5001 Mon Sep 17 00:00:00 2001 From: jonathangreen Date: Tue, 14 May 2013 14:59:26 -0300 Subject: [PATCH] Attempt to ignore some coder warnings. --- islandora.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index ad9e569e..c52f0fae 100644 --- a/islandora.module +++ b/islandora.module @@ -22,7 +22,8 @@ * You should have received a copy of the GNU General Public License * along with the program. If not, see . */ - +// @todo we need to fix these coder warnings when we are making api changes +// @ignore :10 // Common datastreams. define('DS_COMP_STREAM', 'DS-COMPOSITE-MODEL');