Introduce doxygen for source code documentation. (#1204)
author이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Tue, 15 May 2018 01:07:41 +0000 (10:07 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 15 May 2018 01:07:41 +0000 (10:07 +0900)
commit6615a11956e3a93b924f8ef14452b771fdffc444
tree2b4cad0e081f1e4a83a06c438d9cef26f6ab7f30
parent719dd990ec5b32b921f0fdc052856ce8a6803c39
Introduce doxygen for source code documentation. (#1204)

- add `/docs/doxygen` folder and `Doxyfile` for this project
- update `.gitignore` and `.ctags` file
- update Docker file to install `doxygen` and `graphviz` component

```
$ cd $NNFW_HOME/docs/doxygen
$ doxygen
$ <OPEN `html/index.html` with WEB BROWSER>
```

Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
.ctags
.gitignore
docs/doxygen/Doxyfile [new file with mode: 0644]
scripts/docker/Dockerfile