Browse Source

Ensure @file headers have documentation line.

Lacey Sanderson 6 years ago
parent
commit
fd48ab2747

+ 1 - 0
.gitignore

@@ -9,3 +9,4 @@ vendor/
 docs/_build
 
 *.DS_Store
+build

+ 1 - 1
theme/blast_nucleotide_user_menupage.tpl.php

@@ -2,7 +2,7 @@
 
 /**
  * @file
- *
+ * Provides a launchpad for users to access the blast programs.
  */
 
 ?>

+ 2 - 2
theme/blast_protein_user_menupage.tpl.php

@@ -2,7 +2,7 @@
 
 /**
  * @file
- *
+ * Provides a page for users to access protein blast programs.
  */
 ?>
 
@@ -65,4 +65,4 @@ local alignment search tool. J. Mol. Biol., 215, 403–410.</blockquote>
   </tr>
 </table>
 
-<?php print theme('blast_recent_jobs', array('tblastn','blastp')); ?>
+<?php print theme('blast_recent_jobs', array('tblastn','blastp')); ?>