]> mj.ucw.cz Git - libucw.git/commit
Doc. system: recognize typedefs of structs
authorMichal Vaner <vorner@ucw.cz>
Thu, 11 Sep 2008 15:59:26 +0000 (17:59 +0200)
committerMichal Vaner <vorner@ucw.cz>
Thu, 11 Sep 2008 15:59:26 +0000 (17:59 +0200)
commit7e867a93a1d12a01ac997830e5c8e17e2af110c9
tree02b8a1c3e14c13176651f989f331837648a77938
parent1ac0074ba074457f7910c3ed97f5bd73bd547582
Doc. system: recognize typedefs of structs

Recognize patterns like this as a struct. Similar for enum.

typedef struct {
  something;
} name;
build/doc-extract