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:
Niels Sascha Reedijk
2007-03-19 09:38:47 +00:00
parent 18108ef7de
commit a38ee20f99
4 changed files with 1159 additions and 433 deletions
+5 -2
View File
@@ -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.