Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 01 Mar 2016 15:37:08 UTC Commit: 44694f638bb342713384965a13b6f601d1c2bd57 https://github.com/geany/geany/commit/44694f638bb342713384965a13b6f601d1c2bd...
Log Message: ----------- Remove unused classes from the GtkDoc header generation script
Modified Paths: -------------- scripts/gen-api-gtkdoc.py
Modified: scripts/gen-api-gtkdoc.py 15 lines changed, 0 insertions(+), 15 deletions(-) =================================================================== @@ -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 @@ 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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).