Jesse van den Kieboom
Jesse van den Kieboom
I think without changing much, there is a kind of natural way to specify the subset of methods to be exported, using interfaces. Something like this: ``` go // A...
See for example: http://play.golang.org/p/DrbkwjUnOl Unless I misunderstand how you would like to implement this. What happens there is that the interface is converted to an empty interface{} which now just...
There is a lot of unrelated stuff in here. I like the idea of a markdown output though. Do you think you could clean this up to a state where...
This is most certainly a bug. It's a little bit hard to debug since I'm not sure how to reproduce the issue. The problem seems to be that the parent...
Ok, I found the issue which is that cldoc doesn't yet have support for partial template specializations. I'll have to take a deeper look into how to properly implement this.
I think that's something else. cldoc only generates documentation for public API. If there is no header (i.e. declaration) of a symbol associated to the definition of it, then it...
This is indeed not the cause of the problem, and fixing it like that would just hide the underlying issues. The actual issue is that cldoc does not handle the...
Hello, thanks for the report! I understand you can't just put up the code your working on but you're right that it would be a bit easier if you had...
C functions are currently automatically moved to the page of the struct which is the first argument of the function (if there are more than N such functions). The idea...
No, that looks like a bug. Could you maybe open a separate issue for this?