~ubuntu-branches/ubuntu/quantal/genometools/quantal-backports

« back to all changes in this revision

Viewing changes to gtdata/modules/gtdoclib/method.lp

  • Committer: Package Import Robot
  • Author(s): Sascha Steinbiss
  • Date: 2012-07-09 14:10:23 UTC
  • Revision ID: package-import@ubuntu.com-20120709141023-juuu4spm6chqsf9o
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<a name="<%= prototype%>"></a>
 
2
<?lua
 
3
  if args then
 
4
    func = name .. "(" .. args ..")"
 
5
  else
 
6
    func = name
 
7
  end
 
8
?>
 
9
<code><%=func%></code>
 
10
<p>
 
11
<%=comment%>
 
12
</p>
 
13
<hr>