How to make an introduction on related pages with doxygen?

by edmond_brakus , in category: Third Party Scripts , a month ago

How to make an introduction on related pages with doxygen?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by daisha , a month ago

@edmond_brakus 

To make an introduction on related pages using Doxygen, follow these steps:

  1. Open your Doxyfile (Doxygen configuration file) in a text editor.
  2. In the Doxyfile, locate the "RELATED_PAGES" configuration option, which allows you to specify a list of related pages that will be linked to from the introduction page.
  3. Add the names of the related pages to the "RELATED_PAGES" option, separated by spaces or commas.
  4. Save the Doxyfile and run Doxygen to generate the documentation.
  5. In the generated documentation, you will see a link to the related pages on the introduction page.


By following these steps, you can easily add links to related pages on the introduction page of your Doxygen documentation.