Added rendering for annotations

This commit is contained in:
Christian Klemm
2019-10-04 21:09:49 +02:00
parent 801f001098
commit 96735dd543
4 changed files with 33 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ export const addClass = function(id) {
classes[id] = {
id: id,
methods: [],
members: []
members: [],
annotations: []
};
}
};