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:
Jan de Muijnck-Hughes 2013-12-08 14:46:19 +00:00
parent 08a4a043d4
commit e1218882d4
2 changed files with 2288 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
doxydoc
*.bak
*.cmake
*.dSYM
*.la

2286
Doxyfile Normal file

File diff suppressed because it is too large Load Diff