Kaydet (Commit) 44694f63 authored tarafından Colomban Wendling's avatar Colomban Wendling

Remove unused classes from the GtkDoc header generation script

üst 9ce7c22a
......@@ -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
......@@ -103,11 +93,6 @@ class AtDoc(object):
return ""
class At(object):
def __init__(self, cb):
self.cb = cb
class DoxygenProcess(object):
def __init__(self):
self.at = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment