Skip to content

Commit

Permalink
Remove unused classes from the GtkDoc header generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Mar 1, 2016
1 parent 9ce7c22 commit 44694f6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scripts/gen-api-gtkdoc.py
Expand Up @@ -54,16 +54,6 @@ def fix_definition(s):
return CXX_NAMESPACE_RE.sub(r"", s)


class AtAt(object):
def __init__(self):
self.retval = None
self.since = ""
self.annot = []

def cb(type, str):
return "@%s %s" % (type, str)


class AtDoc(object):
def __init__(self):
self.retval = None
Expand Down Expand Up @@ -103,11 +93,6 @@ def cb(self, type, str):
return ""


class At(object):
def __init__(self, cb):
self.cb = cb


class DoxygenProcess(object):
def __init__(self):
self.at = None
Expand Down

0 comments on commit 44694f6

Please sign in to comment.