Skip to content

Ciztek/arcade

Repository files navigation

Project Documentation with Doxygen

This README provides instructions on how to generate and view the project documentation using Doxygen.

Prerequisites

Ensure that you have Doxygen installed on your system. If not, you can install it using the following command on a Linux machine:

sudo apt-get install doxygen

Generating Documentation

To generate the documentation, navigate to the directory containing the Doxyfile and run the following command:

doxygen Doxyfile

This will generate the documentation in the specified output directory (usually html and/or latex).

Viewing Documentation

The main page of the documentation is usually index.html in the html directory. To view it, open it with a web browser. If you're using a Linux machine, you can use the following command:

xdg-open docs/html/index.html

This will open the main page of the documentation in your default web browser.

man pages

To use the man pages you first need to generate the documentation using the following command:

make docs

Then you need to add the directory containing the man pages to your MANPATH environment variable.

you can do it like this:

export MANPATH=$MANPATH:$PWD/docs/man

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •