How do I refer to a section in a markdown page from source code for doxygen? -


i want link source code specific section in 1 of project documentation markdown files. can link file using \ref filename.md. cannot link section in file \ref sec_somesection unrecognized.

how can link specific section (or subsection etc)?

since you're using named sections, use \ref command create links them. http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdref

you can use \anchor command on secondary pages, , link it, without having create section.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -