Bicyclerepair man: a refactoring code browser

On my way of finding a tool to easy find defination/reference of Python code, I found Bicyclerepair man. First I just use it to find definatins and references. And after some hacking, it works pretty good with my Emacs.
After reading some document, I find it opens a BIG door: it’s a tool to help me […]

about doxygen and doxymacs

To make doxymacs searching code documents (C-c d ?), we need the tag file from doxygen, so need a setting
 
And for using in a developing code, which is not well documented, we need
EXTRACT_ALL            = YES
And for deleper to see all the contents, we need
EXTRACT_PRIVATE        = YES
EXTRACT_STATIC   […]

Close
E-mail It