TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does anyone have any experience with Automatic Documentation creators?

1 点作者 aorshan超过 12 年前
I've been reading about software like doxygen, ROBODoc, TwinText, etc. that go through your code and automatically create documentation. I'm wondering if anyone has had any experience with software of this type and could share some thoughts. Ideally what I'd like is something that can go through a code base and create a sort of wiki that will show me dependencies, inheritance, etc on the functions, classes, variables, and all that fun stuff. Obviously visualizations are a plus. Thanks!

1 comment

vittore超过 12 年前
We used to use GhostDoc, which is slightly different, but if you code have reasonable naming of methods/classes etc, using some configuration, you can get pretty descent results. However reason to use it was requirement to have comment coverage and documentation of something like 85 per cent for audit.