Changeset e209fc96 in mainline for libc/arch/ia64


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

Another doxygen comments.

Location:
libc/arch/ia64
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ia64/include/atomic.h

    rb3d1e11 re209fc96  
    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 libcia64       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5662
    5763#endif
     64
     65 /** @}
     66 */
     67
  • libc/arch/ia64/include/endian.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia64_ENDIAN_H__
    3036#define __ia64_ENDIAN_H__
     
    3945
    4046
     47
     48 /** @}
     49 */
     50
  • libc/arch/ia64/include/limits.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia64__LIMITS_H__
    3036#define __ia64__LIMITS_H__
     
    3945
    4046
     47
     48 /** @}
     49 */
     50
  • libc/arch/ia64/include/psthread.h

    rb3d1e11 re209fc96  
    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 libcia64       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    105111
    106112#endif
     113
     114 /** @}
     115 */
     116
  • libc/arch/ia64/include/stack.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ia64_STACK_H__
    3036#define __ia64_STACK_H__
     
    3642
    3743#endif
     44
     45 /** @}
     46 */
     47
  • libc/arch/ia64/include/stackarg.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STACKARG_H__
    3036#define __LIBC__STACKARG_H__
     
    3238#endif
    3339
     40
     41 /** @}
     42 */
     43
  • libc/arch/ia64/include/thread.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__ia64THREAD_H__
    3036#define __LIBC__ia64THREAD_H__
     
    5359
    5460#endif
     61
     62 /** @}
     63 */
     64
  • libc/arch/ia64/include/types.h

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__TYPES_H__
    3036#define __LIBC__TYPES_H__
     
    4652
    4753#endif
     54
     55 /** @}
     56 */
     57
  • libc/arch/ia64/src/thread.c

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcia64 ia64
     30  * @brief ia64 architecture dependent parts of libc
     31  * @ingroup lc
     32 * @{
     33 */
     34/** @file
     35 */
     36
    2937#include <thread.h>
    3038#include <malloc.h>
     
    5361        free(tcb);
    5462}
     63
     64 /** @}
     65 */
     66
Note: See TracChangeset for help on using the changeset viewer.