Doxygen 中的高级搜索功能?
我正在研究不同的解决方案来生成基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了回答我自己的问题,我发现切换到 服务器端搜索< 时您会获得更全面的搜索结果/a>.当然,代价是你除了“浏览器”之外还有额外的要求,但我个人对此表示同意。
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.