/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to Doxyfile.in

  • Committer: Gustav Hartvigsson
  • Date: 2015-08-26 21:43:01 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150826214301-a3ms101kvjx4g0qq
* General documentation clean up.
* Made the doxygen optimise for C
* Changed SBoxPrivate to use union
* Implemented the s_box_new_xxx functions
* moved free_func from SBoxClass to SBoxPrivate to lessen confusion with SObjectClass->free, and keep it private.
* Added S_ERROR_TYPE_ERROR to represent generic type errors.
* Added CALLBACK(k) macro
* Made a group for SMatrix.
* Added documentation for various functions and what not.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
TAB_SIZE               = 2
29
29
ALIASES                =
30
30
TCL_SUBST              =
31
 
OPTIMIZE_OUTPUT_FOR_C  = NO
 
31
OPTIMIZE_OUTPUT_FOR_C  = YES
32
32
OPTIMIZE_OUTPUT_JAVA   = NO
33
33
OPTIMIZE_FOR_FORTRAN   = NO
34
34
OPTIMIZE_OUTPUT_VHDL   = NO