summaryrefslogtreecommitdiffstats
path: root/addon/doxypysql
Commit message (Collapse)AuthorAgeFilesLines
* sqlite3: add regexp searches to search.pyAdrian Negreanu2015-05-221-228/+255
|
* sqlite3: add new searches to search.pyAdrian Negreanu2014-02-081-62/+267
| | | | | | | | | | + -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* add search.py, a client for doxygen_sqlite3.dbAdrian Negreanu2014-01-091-0/+159
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>