Changes between Version 1 and Version 2 of Developer/Coding/Doxygen_for_BSPs


Ignore:
Timestamp:
12/10/13 02:05:20 (10 years ago)
Author:
Javamonn
Comment:

fixed internal link

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Coding/Doxygen_for_BSPs

    v1 v2  
    288288== ==Look Common Features Implemented ====
    289289
    290 Remember that list of [wiki:Doxygen_Recommendations_for_BSPs#Common_Features common features] outlined in the BSP Basics section? Find the .h's that are responsible for providing the interface for these features, and @defgroup a group to @ingroup the files responsible for implementing this feature.
     290Remember that list of [wiki:Doxygen_Recommendations_for_BSPs#Common_Features_Found_In_BSPs common features] outlined in the BSP Basics section? Find the .h's that are responsible for providing the interface for these features, and @defgroup a group to @ingroup the files responsible for implementing this feature.
    291291
    292292RTEMS has a naming convention for its BSP sub directories, so it should be a really quick and easy process to determine what features are there and what is missing.