Changeset b45c443 in mainline for generic/include/syscall


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/syscall
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • generic/include/syscall/copy.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup generic
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __COPY_H__
    3036#define __COPY_H__
     
    4854
    4955#endif
     56
     57 /** @}
     58 */
     59
  • generic/include/syscall/sysarg64.h

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup generic
     30 * @{
     31 */
     32
    2933/**
    30  * @file        sysarg64.h
     34 * @file
    3135 * @brief       Wrapper for explicit 64-bit arguments passed to syscalls.
    3236 */
     
    4044
    4145#endif
     46
     47 /** @}
     48 */
     49
  • generic/include/syscall/syscall.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
     
    7985
    8086#endif
     87
     88 /** @}
     89 */
     90
Note: See TracChangeset for help on using the changeset viewer.