Commit dc63b5e4 authored by claes's avatar claes

Doxygen changes

parent 22ac3e7f
This diff is collapsed.
This diff is collapsed.
/*
* Proview $Id: rt_gdh.c,v 1.23 2005-12-27 09:40:56 claes Exp $
* Proview $Id: rt_gdh.c,v 1.24 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1110,8 +1110,7 @@ gdh_GetLocalParent (
*
* Data gets `old' after a certain timeout-time,
* when no updates are refreshing the data.
* @sa gdh_examples.c
*
*
* @return pwr_tStatus
*/
pwr_tStatus
......
/*
* Proview $Id: rt_gdh.h,v 1.13 2005-10-21 16:11:22 claes Exp $
* Proview $Id: rt_gdh.h,v 1.14 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -28,7 +28,7 @@
extern "C" {
#endif
/**
/*
*@example gdh_examples.c
*/
......
/*
* Proview $Id: rt_mh_appl.c,v 1.4 2005-09-01 14:57:55 claes Exp $
* Proview $Id: rt_mh_appl.c,v 1.5 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -90,7 +90,7 @@ mh_ApplCancel (
/**
/*
*@example mh_examples.c
*/
......
/*
* Proview $Id: rt_ndc.h,v 1.4 2005-09-01 14:57:56 claes Exp $
* Proview $Id: rt_ndc.h,v 1.5 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -53,7 +53,7 @@ typedef enum {
typedef struct {
conv_eIdx cidx; /**< Index in the conversion routine table */
pwr_tUInt32 raidx; /**< Native attribute index */
/* pwr_tBoolean private; */ /**< Set if attribute is a private pointer */
/* pwr_tBoolean private; */
} ndc_sRemoteToNative;
......@@ -74,7 +74,7 @@ ndc_ConvertData (
pwr_tUInt32 offs
);
/**
/*
* Converts native data that has a different class version.
*
*/
......@@ -95,7 +95,7 @@ ndc_ConvertNativeToRemoteData (
pwr_tNodeId nid /**< Node id */
);
/**
/*
* Encodes/decodes data which uses a cached class.
*/
pwr_tBoolean
......@@ -114,7 +114,7 @@ ndc_ConvertRemoteData (
/**
/*
* Converts remote data that has a different class version.
* The data has already been converted to native data format
*/
......@@ -135,7 +135,7 @@ ndc_ConvertRemoteToNativeData (
pwr_tNodeId nid /**< Node id */
);
/**
/*
* Converts remote data that has a different class version.
* The data has already been converted to native data format
*/
......@@ -157,7 +157,7 @@ ndc_ConvertRemoteToNativeTable (
);
/**
/*
* Converts a native attribute reference to a remote attribute.
*
* @return The argument rarp or NULL if an error
......
/*
* Proview $Id: rt_qcom.h,v 1.5 2005-09-01 14:57:56 claes Exp $
* Proview $Id: rt_qcom.h,v 1.6 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -267,10 +267,6 @@ pwr_tBoolean qcom_AidIsNull (
const qcom_sAid *a
);
/**
* Testing what will happen if we write documentation
* both in .c file and in .h file.
*/
void* qcom_Alloc (
pwr_tStatus *sts,
unsigned int size
......
/*
* Proview $Id: glow_growapi.h,v 1.16 2005-12-06 09:19:38 claes Exp $
* Proview $Id: glow_growapi.h,v 1.17 2006-01-13 16:32:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1429,7 +1429,7 @@ typedef GlowTraceData glow_sTraceData;
//! Set shadow width for an object.
/*!
\param object Object.
\param shadow Shadow width in percentage of the smallest of object width and height.
\param width Shadow width in percentage of the smallest of object width and height.
*/
void grow_SetObjectShadowWidth( grow_tObject object, double width);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment