Merge branch 'master' into sam460ex

This commit is contained in:
François Revol
2013-03-28 09:47:50 +01:00
217 changed files with 27841 additions and 15813 deletions
+5 -5
View File
@@ -53,11 +53,11 @@
in either location, and opt for the third option Doxygen provides: to put
the documentation into separate files.
\note The reasons to not put the documentation in the header files are
twofold. First of all, it would add unnecessary cruft to the headers
that the compiler will needlessly have to parse. File access and speed
isn't BeOS and Haiku's best quality. The second reason is that the
system headers are included throughout the tree. It's a waste of
\note The reasons to not put the documentation in the header files are twofold.
First of all, it would add unnecessary cruft to the headers that the
compiler will needlessly have to parse, and developers will have a hard
time to find the info they are looking for. The second reason is that
the system headers are included throughout the tree. It's a waste of
electricity to have everybody recompile the entire tree if someone fixes
a typo in the documentation. Likewise, the reason to not put the
documentation in the source code is that it unnecessarily clutters up
+995 -88
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -59,6 +59,7 @@
left-to-right or right-to-left.
*/
/*!
\var font_direction B_FONT_LEFT_TO_RIGHT
File diff suppressed because it is too large Load Diff