I am trying to to include .html file with \htmlinclude in the some of the .h but it miss the autolinks. Is it possible and how to do it, what is the right syntax?
I have tried with .md but everything that print the content from it is a plain text. It works perfectly when the file is set in the "INPUT" but it generate different page, I only need to include it. Is it possible and how to do it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to to include .html file with \htmlinclude in the some of the .h but it miss the autolinks. Is it possible and how to do it, what is the right syntax?
I have tried with .md but everything that print the content from it is a plain text. It works perfectly when the file is set in the "INPUT" but it generate different page, I only need to include it. Is it possible and how to do it?
I am not sure what you see and don't see. But check this out:
http://stackoverflow.com/questions/18699674/doxygen-how-to-hyperlink-to-related-page
and also Doxygen documentation:
http://www.stack.nl/~dimitri/doxygen/manual/autolink.html
Hope this gives you an idea.
--M