Browse Source

API: Removed placeholder files

Lacey Sanderson 11 years ago
parent
commit
cac6f2f0cb

+ 0 - 13
tripal_featuremap/api/tripal_featuremap.api.inc

@@ -1,13 +0,0 @@
-<?php
-/**
- * @file
- * Provides an application programming interface (API) to manage chado feature maps
- */
-
-/**
- * @defgroup tripal_featuremap_api Feature Map API
- * @ingroup tripal_api
- * @{
- * Provides an application programming interface (API) to manage chado feature maps
- * @}
- */

+ 1 - 2
tripal_featuremap/tripal_featuremap.module

@@ -12,7 +12,6 @@
  * @}
  */
 
-require_once 'api/tripal_featuremap.api.inc';
 require_once 'api/tripal_featuremap.DEPRECATED.inc';
 
 require_once 'theme/tripal_featuremap.theme.inc';
@@ -300,7 +299,7 @@ function tripal_featuremap_form_alter(&$form, &$form_state, $form_id) {
   if ($form_id == "chado_featuremap_node_form") {
     // turn of preview button for insert/updates
     $form['actions']['preview']['#access'] = FALSE;
-    
+
     //remove the body field
     unset($form['body']);
   }

+ 0 - 0
tripal_genetic/api/tripal_genetic.DEPRECATED.inc


+ 0 - 5
tripal_genetic/api/tripal_genetic.api.inc

@@ -1,5 +0,0 @@
-<?php
-/**
- * @file
- * API for managing genetic data
- */

+ 0 - 2
tripal_genetic/tripal_genetic.module

@@ -12,8 +12,6 @@
  * @}
  */
 
-require_once 'api/tripal_genetic.api.inc';
-
 require_once 'theme/tripal_genetic.theme.inc';
 
 require_once 'includes/tripal_genetic.schema.inc';

+ 0 - 13
tripal_library/api/tripal_library.api.inc

@@ -1,13 +0,0 @@
-<?php
-/**
- * @file
- * Provides an application programming interface (API) to manage libraries
- */
-
-/**
- * @defgroup tripal_library_api Library API
- * @ingroup tripal_api
- * @{
- * Provides an application programming interface (API) to manage libraries
- * @}
- */

+ 2 - 3
tripal_library/tripal_library.module

@@ -12,7 +12,6 @@
  * @}
  */
 
-require_once 'api/tripal_library.api.inc';
 require_once 'api/tripal_library.DEPRECATED.inc';
 
 require_once 'theme/tripal_library.theme.inc';
@@ -311,11 +310,11 @@ function tripal_library_block_view($delta = '') {
  * @ingroup tripal_library
  */
 function tripal_library_form_alter(&$form, &$form_state, $form_id) {
-  
+
   if ($form_id == "chado_library_node_form") {
     // turn of preview button for insert/updates
     $form['actions']['preview']['#access'] = FALSE;
-    
+
     //remove the body field
     unset($form['body']);
   }

+ 0 - 6
tripal_natural_diversity/api/tripal_natural_diversity.api.inc

@@ -1,6 +0,0 @@
-<?php
-/**
- * @file
- * API for natural diversity data
- */
-

+ 0 - 2
tripal_natural_diversity/tripal_natural_diversity.module

@@ -4,8 +4,6 @@
  * Basic function for the natural diversity module
  */
 
-require_once 'api/tripal_natural_diversity.api.inc';
-
 require_once 'theme/tripal_natural_diversity.theme.inc';
 
 require_once 'includes/tripal_natural_diversity.schema.inc';

+ 0 - 13
tripal_project/api/tripal_project.api.inc

@@ -1,13 +0,0 @@
-<?php
-/**
- * @file
- * Provides an application programming interface (API) to manage projects
- */
-
-/**
- * @defgroup tripal_project_api Project Module API
- * @ingroup tripal_api
- * @{
- * Provides an application programming interface (API) to manage projects
- * @}
- */

+ 1 - 2
tripal_project/tripal_project.module

@@ -4,7 +4,6 @@
  * Integrates the Chado Project tables with Drupal Nodes & Views
  */
 
-require_once 'api/tripal_project.api.inc';
 require_once 'api/tripal_project.DEPRECATED.inc';
 
 require_once 'theme/tripal_project.theme.inc';
@@ -270,7 +269,7 @@ function tripal_project_form_alter(&$form, &$form_state, $form_id) {
   if ($form_id == "chado_project_node_form") {
     // turn of preview button for insert/updates
     $form['actions']['preview']['#access'] = FALSE;
-    
+
     //remove the body field
     unset($form['body']);
   }