Changeset b2951e2 in mainline for libc/include/sys


Ignore:
Timestamp:
2006-06-07T19:27:43Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3d1e11
Parents:
f951077
Message:

Doxygen comments.

Location:
libc/include/sys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libc/include/sys/mman.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_MMAN_H_
    3036#define __libc_MMAN_H_
     
    4854
    4955#endif
     56
     57
     58 /** @}
     59 */
     60 
     61 
  • libc/include/sys/time.h

    rf951077 rb2951e2  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5056
    5157#endif
     58
     59
     60 /** @}
     61 */
     62 
     63 
  • libc/include/sys/types.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__SYS_TYPES_H__
    3036#define __LIBC__SYS_TYPES_H__
     
    3440#endif
    3541
     42
     43
     44 /** @}
     45 */
     46 
     47 
Note: See TracChangeset for help on using the changeset viewer.