Initial revision of the API documentation guidelines up for discussion. DataIO.dox and List.dox conform to these guidelines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20392 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+5
-2
@@ -1022,9 +1022,12 @@ INCLUDE_FILE_PATTERNS =
|
||||
# undefined via #undef or recursively expanded use the := operator
|
||||
# instead of the = operator.
|
||||
|
||||
# Beep.h requires __cplusplus to be defined.
|
||||
# Beep.h and SupportDefs.h require __cplusplus to be defined.
|
||||
# SupportDefs.h defines some things that are also defined in types.h. There's
|
||||
# check whether or not types.h has already been included. There is no need
|
||||
# to put these definitions in our docs.
|
||||
|
||||
PREDEFINED = __cplusplus
|
||||
PREDEFINED = __cplusplus _SYS_TYPES_H
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user