We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This branch needs to have the continuous integration up and running as it's soon to be production code.
The text was updated successfully, but these errors were encountered:
Make sure doxygen is running as part of the build script.
Sorry, something went wrong.
sudo apt-get install doxygen sudo apt-get install doxygen-gui sudo apt-get install graphviz
cd folder/with/code doxygen -g
nano Doxyfile
PROJECT_NAME = "Title for these Docs"
OUTPUT_DIRECTORY = docs NOTE: Traditionally documentation is not committed because of the bloat that it adds. Don't add it to your svn/git commits.
RECURSIVE = YES
EXTRACT_ALL = YES EXTRACT_PRIVATE = YES EXTRACT_PACKAGE = YES EXTRACT_STATIC = YES EXTRACT_ANON_NSPACES = YES
HAVE_DOT = YES CALL_GRAPH = YES CALLER_GRAPH = YES
No branches or pull requests
This branch needs to have the continuous integration up and running as it's soon to be production code.
The text was updated successfully, but these errors were encountered: