Skip to content
Snippets Groups Projects
Commit 7d2dd5b8 authored by Julien Signoles's avatar Julien Signoles
Browse files

Merge branch 'feature/kostyantyn/doxygen' into 'master'

Doxygen and improvements to bit manipulation library

This merge request suggests the following change:
- Doxygen documentation for C code 
   - Updated makefiles and configure script. Doxygen documentation can be built using either `doxygen` target (which builds only doxygen) or `doc` target that builds all documentation including doxygen. Documentation is generated in `doc/doxygen/html`.
   - Several files were updated to include doxygen comments. To avoid confusion with ACSL annotations `/*! \tag */` syntax was used.
- Several small updates and improvements to bit manipulation header (`e_acsl_bits.h`).

See merge request !36
parents 091c89fb d1104831
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment