How to use valadoc?
问题 I am currently writing a library in Vala. I have come to a point where I would like to generate some documentation from my sources. valadoc seems to be the right tool to do this, but there is not much information on how to use it, the manpage is very short. I tried to run it with valadoc -o doc src/*.{vala,vapi} which gives me these error messages: unixodbc.vala:21.7-21.9: error: The namespace name `Gee' could not be found unixodbc.vala:40.9-40.27: error: The type name `Map' could not be