reading the source

Well I am reading the paper book when I’m not in front of a computer. There’s no problem on this when I’m reading the principle chapters. However, it is really not easy to read the code on a paper if you are too customized to the facilities of a computer, like tags search and syntax […]

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