diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 04:59:35 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 04:59:35 +0200 |
commit | 5e72359e9a2f4008c408acbd3fe5d389e11a15b4 (patch) | |
tree | 5f1aede16a3b1e6985d4b7a309c6999416a638a3 /Doxyfile.in | |
parent | f34e51a1c3b98df2b7c8c7d7eb415a33f42f2d75 (diff) | |
download | fastd-5e72359e9a2f4008c408acbd3fe5d389e11a15b4.tar fastd-5e72359e9a2f4008c408acbd3fe5d389e11a15b4.zip |
Completely document fastd.h
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index f67c16b..abfca99 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -774,7 +774,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = +FILE_PATTERNS = "*.c" "*.h" "*.h.in" # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -1943,7 +1943,7 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR +PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR WITH_CAPABILITIES __linux__ # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The |