Exemple #1
0
        public string getDocComment()
        {
            ClassDef def = _cls.getClassDef();

            return(def.getComment());
        }