[Doxygen-users] MD5 Hash of C++ methods?
Brought to you by:
dimitri
From: Jari W. <jar...@ma...> - 2015-09-28 15:44:56
|
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 |