I am studying various phpdoc-based documentation creation solutions, Doxygen looks amazing, but so far the search is very limited.
Example: I am looking 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 cannot find. Not only that, but the class itself has a βSessionβ right there in the title, but itβs not in the search results.
Is there a way Doxygen could really look for these methods / classes or was it limited in functionality?
source
share