mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
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:
@@ -1,3 +1,5 @@
|
||||
doxydoc
|
||||
*.bak
|
||||
*.cmake
|
||||
*.dSYM
|
||||
*.la
|
||||
|
||||
Reference in New Issue
Block a user