Doxygen 中的高级搜索功能?

发布于 2024-12-20 21:47:24 字数 318 浏览 2 评论 0原文

我正在研究不同的解决方案来生成基于 phpdoc 的文档,Doxygen 看起来很棒,但到目前为止搜索受到严重限制。

例如,我搜索字符串“session”,它给出了 2 个结果:

  • sessionExists Lib_Session
  • sessionMatchesIp Lib_Session

同一个类还有一个名为 getSession 的方法,我似乎找不到该方法。不仅如此,类本身的名称中也有“Session”,但它不在搜索结果中。

Doxygen 有没有办法真正搜索这些方法/类,或者它的设计是否限制了功能?

I'm researching different solutions to generate documentation based on phpdoc, Doxygen looks awesome but the search has been severely limited so far.

Example, I search for the string "session" and it gives me 2 results:

  • sessionExists Lib_Session
  • sessionMatchesIp Lib_Session

The same class also has a method called getSession, which I can't seem to find. Not only that but the class itself has "Session" right there in the name, yet it's not in the search results.

Is there any way Doxygen could actually search for these methods / classes, or is it designed to be limited in functionality?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红尘作伴 2024-12-27 21:47:24

To answer my own question, I found out you get more thorough search results when switching to Server Side Searching. Of course the trade-of is that you have additional requirements on top of "a browser", but I'm personally ok with that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文