Skip to content

xyderos/doxygen-generate-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generate documentation for your project by using Doxygen via docker

Tired of trying to configure auto-documentation projects?

Just use doxygen!

  1. Put the project folder inside this repo

  2. Run the script

  3. Done!

    For Ubuntu users, firefox will most likely deny to open the file (but will open the directory) due to that, a workaround would be to:

    1. Either delete the firefox snap and install the .deb package
    2. Or copy the Documentation folder to the root and then back to the folder you would wish to have the documentation
  4. Open the Documentation folder with your browser and open index.html

PS : Building the image on the first run will take approx 10 mins