Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Add Doxygen support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Wei Wu committed Feb 20, 2019
1 parent 70589ca commit 7d90a56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -84,3 +84,6 @@ ciri/ciri.db*

# Visual Studio Code conf
.vscode/

# Documentation
docs/
18 changes: 18 additions & 0 deletions Doxyfile
@@ -0,0 +1,18 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "tangle-accelerator"
PROJECT_NUMBER = 0.1.0
OUTPUT_DIRECTORY = docs/
OPTIMIZE_OUTPUT_FOR_C = YES
INPUT = . \
accelerator \
request \
response \
serializer \
utils
FILE_PATTERNS = *.h \
*.md
EXAMPLE_PATH = tests
EXAMPLE_PATTERNS = test_*
USE_MDFILE_AS_MAINPAGE = README.md
GENERATE_LATEX = NO
QUIET = YES

0 comments on commit 7d90a56

Please sign in to comment.