Add __linux__ and __unix__ predefines to let Doxygen find OS-specific functions.
[bertos.git] / Doxyfile
index 0565e6c3840808950b20b20098e51296575367e0..4a73f0936c2175581d8c1b03403c6484d4ca143b 100755 (executable)
--- a/Doxyfile
+++ b/Doxyfile
@@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS  =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = 
+PREDEFINED             = __linux__ __unix__
 
 # 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.