From 209c646d740bd4cdae987e9ad0de2f5d9a31bbfd Mon Sep 17 00:00:00 2001 From: mazze Date: Sun, 31 Aug 2008 08:30:49 +0000 Subject: [PATCH] Autodoc headers unified to avoid misinterpretation by the build script. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29334 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/desktop/builddesktopmenus.c | 11 +++++------ workbench/libs/desktop/createdesktopobjecta.c | 22 ++++++++++++---------- workbench/libs/desktop/dodesktopoperation.c | 16 ++++++++-------- workbench/libs/desktop/getmenuitemlist.c | 16 ++++++++-------- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/workbench/libs/desktop/builddesktopmenus.c b/workbench/libs/desktop/builddesktopmenus.c index 08933bc8f..3cef65719 100644 --- a/workbench/libs/desktop/builddesktopmenus.c +++ b/workbench/libs/desktop/builddesktopmenus.c @@ -26,12 +26,11 @@ #include AROS_LH0(struct NewMenu *, BuildDesktopMenus, - /* - SYNOPSIS - */ - /* - LOCATION - */ + +/* SYNOPSIS */ + +/* LOCATION */ + struct DesktopBase *, DesktopBase, 11, Desktop) /* FUNCTION diff --git a/workbench/libs/desktop/createdesktopobjecta.c b/workbench/libs/desktop/createdesktopobjecta.c index fc2594f04..9fe388fc1 100644 --- a/workbench/libs/desktop/createdesktopobjecta.c +++ b/workbench/libs/desktop/createdesktopobjecta.c @@ -37,15 +37,15 @@ #include AROS_LH2(Object *, CreateDesktopObjectA, - /* - SYNOPSIS - */ - AROS_LHA(ULONG, kind, D0), - AROS_LHA(struct TagItem *, tags, A0), - /* - LOCATION - */ - struct DesktopBase *, DesktopBase, 8, Desktop) + +/* SYNOPSIS */ + + AROS_LHA(ULONG, kind, D0), + AROS_LHA(struct TagItem *, tags, A0), + +/* LOCATION */ + + struct DesktopBase *, DesktopBase, 8, Desktop) /* FUNCTION @@ -53,7 +53,9 @@ RESULT - NOTES This function is sloppy - sort it out! + NOTES + + This function is sloppy - sort it out! EXAMPLE diff --git a/workbench/libs/desktop/dodesktopoperation.c b/workbench/libs/desktop/dodesktopoperation.c index e254c7f82..3ace4c0ec 100644 --- a/workbench/libs/desktop/dodesktopoperation.c +++ b/workbench/libs/desktop/dodesktopoperation.c @@ -32,14 +32,14 @@ #include AROS_LH2(ULONG, DoDesktopOperationA, - /* - SYNOPSIS - */ - AROS_LHA(ULONG, operationCode, D0), - AROS_LHA(struct TagItem *, tags, D2), - /* - LOCATION - */ + +/* SYNOPSIS */ + + AROS_LHA(ULONG, operationCode, D0), + AROS_LHA(struct TagItem *, tags, D2), + +/* LOCATION */ + struct DesktopBase *, DesktopBase, 9, Desktop) /* FUNCTION diff --git a/workbench/libs/desktop/getmenuitemlist.c b/workbench/libs/desktop/getmenuitemlist.c index 1daa728b6..5d62f881c 100644 --- a/workbench/libs/desktop/getmenuitemlist.c +++ b/workbench/libs/desktop/getmenuitemlist.c @@ -36,14 +36,14 @@ #include AROS_LH1(struct DesktopOperationItem *, GetMenuItemList, - /* - SYNOPSIS - */ - AROS_LHA(ULONG, operationType, D0), - /* - LOCATION - */ - struct DesktopBase *, DesktopBase, 10, Desktop) + +/* SYNOPSIS */ + + AROS_LHA(ULONG, operationType, D0), + +/* LOCATION */ + + struct DesktopBase *, DesktopBase, 10, Desktop) /* FUNCTION -- 2.11.4.GIT