Changeset b45c443 in mainline for generic/include/time


Ignore:
Timestamp:
2006-06-13T14:26:44Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

Location:
generic/include/time
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • generic/include/time/clock.h

    r279952c rb45c443  
    2727 */
    2828
     29
     30 /** @addtogroup generic       
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#ifndef __CLOCK_H__
    3037#define __CLOCK_H__
     
    3643
    3744#endif
     45
     46 /** @}
     47 */
     48
  • generic/include/time/delay.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup generic       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __DELAY_H__
    3036#define __DELAY_H__
     
    3541
    3642#endif
     43
     44 /** @}
     45 */
     46
  • generic/include/time/timeout.h

    r279952c rb45c443  
    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 generic       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5965
    6066#endif
     67
     68 /** @}
     69 */
     70
Note: See TracChangeset for help on using the changeset viewer.