[PATCH 1/2] bsps: Adjust architecture Doxygen groups
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Feb 27 19:37:52 UTC 2019
----- Am 27. Feb 2019 um 15:56 schrieb joel joel at rtems.org:
> What's the rationale for changing the group names and is this described in
> the software engineering guide?
We will add each of the about 5000 code files to at least one group, so this requires some common pattern. Use of CamelCase makes it easier to search and replace (we don't use CamelCase in C). The "RTEMS" prefix makes it possible to integrate the RTEMS files in a larger project if desired. Using PackageSubPackageSubSubPackageEtc makes the group names unique and easy to search by scope, e.g. "PackageSubPackage", "PackageSubPackage\>".
Updating the software engineering guide is on my list:
https://devel.rtems.org/ticket/3704
More information about the devel
mailing list