Initial commit for contribution of documentation.
+ Updated `.gitignore` + Added `Doxyfile`. [Doxygen](http://www.doxygen.org) has been setup to look for documented `C` fles within: + `src/sodium/includes`; and + `test` When run with the Doxygen tool documentation will be generated within the directory `doxydoc`. The projects README.markdown file is used at the documentation's main page. More information on Doxygen tags and abilities can be found on the projects website: http://www.doxygen.org
This commit is contained in:
parent
08a4a043d4
commit
e1218882d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
doxydoc
|
||||
*.bak
|
||||
*.cmake
|
||||
*.dSYM
|
||||
*.la
|
||||
|
Loading…
Reference in New Issue
Block a user