spficklin %!s(int64=13) %!d(string=hai) anos
pai
achega
8bd2c40d08
Modificáronse 3 ficheiros con 4 adicións e 3 borrados
  1. 2 1
      tripal_cv/charts.php
  2. 1 1
      tripal_cv/tripal_cv.module
  3. 1 1
      tripal_db/tripal_db.module

+ 2 - 1
tripal_cv/charts.php

@@ -4,7 +4,8 @@
 /**
  * Generates JSON used for generating a Google chart of count data associated
  * with a controlled vocabulary.  An example would be features assigned to
- * Gene Ontology terms.  
+ * Gene Ontology terms. 
+ * 
  * To generate a chart, the progammer must first create a materialized view that
  * will generate count data for a given controlled vocabulary.  For example, the Tripal
  * Analysis GO creates a materialized view for counting Gene Ontology assignments

+ 1 - 1
tripal_cv/tripal_cv.module

@@ -7,7 +7,7 @@ require_once "obo_loader.php";
 require_once "tripal_cv.api.inc";
 
 /**
- * @defgroup tripal_cv Controlled Vocabulary Module
+ * @defgroup tripal_cv CV Module
  * @ingroup tripal_modules
  */
  

+ 1 - 1
tripal_db/tripal_db.module

@@ -3,7 +3,7 @@
 require_once "tripal_db.api.inc";
 
 /**
- * @defgroup tripal_db Database Module
+ * @defgroup tripal_db DB Module
  * @ingroup tripal_modules
  */