Sign inSign up

luongnv89/doxygen

By luongnv89

Updated over 10 years ago

Generate document from source code

Image
1

2.4K

luongnv89/doxygen repository overview

To start a container:

$ docker run --rm -i -t --name [YOUR_CONTAINER_NAME] -v [YOUR_SOURCE_CODE_DIR_ABSOLUTED_PATH]:/doxygen/[YOUR_PROJECT_NAME] luongnv89/doxygen /bin/bash

After the container running, go to YOUR_PROJECT_NAME directory and generate the document for your source code by command:

$ cd [YOUR_PROJECT_NAME]
$ doxygen ../c-doxygen.conf

Open your browser and navigate to [YOUR_SOURCE_CODE_DIR_ABSOLUTED_PATH]/html/index.html

You can modify c-doxygen.conf or create another configuration file.

Tag summary

Content type

Image

Digest

sha256:c56e1180e

Size

113.3 MB

Last updated

over 10 years ago

docker pull luongnv89/doxygen