reporting tool in C
Is there a reporting tool in C? like jasper r开发者_如何学编程eport in java.
Try Doxygen.
Personally I'm not a fan as you create ugly comments full of pseudo html tags, that reduce the code's readability, to produce pretty documents. Many organisations use it and it can be made to work OK with the right guidelines.
精彩评论