MD5 Hash of C++ methods?
Jari Williamsson <[email protected]>
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
Dear List, I'm trying to programmatically bring up the HTML documentation for a C++ method, using the MD5 hash anchor for the method. (I have no problem finding the correct HTML file, since the class "MyClass" simply becomes "class_my_class.html".) However, I have trouble founding out the text that is used to becomes the MD5 anchor for the method. So, if I have a method in "MyClass" declared as... int MyMethod() const; ...what is the text that will be used to construct the MD5 hash anchor for the method in the HTML file? Thanks in advance! Best regards, Jari Williamsson ------------------------------------------------------------------------------