summaryrefslogtreecommitdiff
path: root/.ctags
diff options
context:
space:
mode:
author이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>2018-05-15 10:07:41 +0900
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-15 10:07:41 +0900
commit6615a11956e3a93b924f8ef14452b771fdffc444 (patch)
tree2b4cad0e081f1e4a83a06c438d9cef26f6ab7f30 /.ctags
parent719dd990ec5b32b921f0fdc052856ce8a6803c39 (diff)
downloadnnfw-6615a11956e3a93b924f8ef14452b771fdffc444.tar.gz
nnfw-6615a11956e3a93b924f8ef14452b771fdffc444.tar.bz2
nnfw-6615a11956e3a93b924f8ef14452b771fdffc444.zip
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>
Diffstat (limited to '.ctags')
-rw-r--r--.ctags1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ctags b/.ctags
index 72c5f4e44..e3d621775 100644
--- a/.ctags
+++ b/.ctags
@@ -3,3 +3,4 @@
--exclude=tags
--exclude=tests/framework/cache
--exclude=tools/cross/rootfs
+--exclude=doxygen