Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLucke committed Jan 22, 2015
1 parent fecf447 commit 140711c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def __repr__(self):


class FunctionDocumentation:
type = "Function"
def __init__(self, name = "", description = "", owner = None, inputs = [], outputs = []):
self.name = name
self.description = description
Expand Down

0 comments on commit 140711c

Please sign in to comment.