I am using the Doxygen with Fortran. I downloaded the latest version and use it on my Mac. I then generated the HTML document from the Fortran code. Surprisingly, I found that the letters in the HTML document were not shown as I expected. For example, the function name in my code is getX but the generated document shows getx. I actually expected to see getX from the document instead of all lowercase letters. Have anyone know the solution to fix this problem?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is an aspect of Doxygen & Fortran that I would like to see remedied. We've been rather careful adhering to camel case in our coding style and would rather see this carried through into the documentation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using the Doxygen with Fortran. I downloaded the latest version and use it on my Mac. I then generated the HTML document from the Fortran code. Surprisingly, I found that the letters in the HTML document were not shown as I expected. For example, the function name in my code is getX but the generated document shows getx. I actually expected to see getX from the document instead of all lowercase letters. Have anyone know the solution to fix this problem?
Thank you
This is an aspect of Doxygen & Fortran that I would like to see remedied. We've been rather careful adhering to camel case in our coding style and would rather see this carried through into the documentation.