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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -