dougong2005 2011-12-13 14:35
浏览 286
已采纳

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?

  • 写回答

1条回答 默认 最新

  • doula2426 2011-12-13 18:39
    关注

    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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?