diff options
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r-- | src/vhdldocgen.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h index df53088..ec51f6a 100644 --- a/src/vhdldocgen.h +++ b/src/vhdldocgen.h @@ -1,7 +1,5 @@ /****************************************************************************** * - * - * * Copyright (C) 1997-2012 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its @@ -249,7 +247,8 @@ class VhdlDocGen static QCString getRecordNumber(); static QCString getClassName(const ClassDef*); - static void adjustRecordMember(MemberDef *mdef); + // obsolete + // static void adjustRecordMember(MemberDef *mdef); static void writeLink(const MemberDef* mdef,OutputList &ol); static void adjustMemberName(QCString& nn); |