Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1649 → Rev 1648

/uspace/trunk/fb/fb.c
27,20 → 27,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup fbs Framebuffers
* @brief HelenOS framebuffers.
* @{
* @}
*/
/** @defgroup fb Framebuffer
* @brief HelenOS framebuffer.
* @ingroup fbs
* @{
*/
/** @file
*/
 
 
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
1068,7 → 1054,3
return 0;
}
 
 
/**
* @}
*/
/uspace/trunk/fb/ega.c
25,16 → 25,6
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup egafb EGA framebuffer
* @brief HelenOS EGA framebuffer.
* @ingroup fbs
* @{
*/
/** @file
*/
 
 
#include <stdlib.h>
#include <unistd.h>
#include <align.h>
362,7 → 352,3
return 0;
}
 
 
/**
* @}
*/
/uspace/trunk/fb/sysio.c
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup sysio SysIO
* @brief HelenOS framebuffer emulation via kernel.
* @ingroup fbs
* @{
*/
/** @file
*/
 
#include <async.h>
#include <ipc/fb.h>
#include <ipc/ipc.h>
190,8 → 182,3
/* Set scrolling region to 0-25 lines */
sysputs("\033[0;25r");
}
 
/**
* @}
*/
 
/uspace/trunk/fb/ega.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup egafb
* @brief HelenOS EGA framebuffer.
* @ingroup fbs
* @{
*/
/** @file
*/
 
#ifndef _EGA_H_
#define _EGA_H_
 
40,7 → 32,3
int ega_init(void);
 
#endif
 
/** @}
*/
 
/uspace/trunk/fb/sysio.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup sysio
* @brief HelenOS framebuffer emulation via kernel.
* @ingroup fbs
* @{
*/
/** @file
*/
 
#ifndef _SYSIO_H_
#define _SYSIO_H_
 
40,7 → 32,3
void sysio_init(void);
 
#endif
 
/** @}
*/
 
/uspace/trunk/fb/fb.h
26,13 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup fb
* @ingroup fbs
* @{
*/
/** @file
*/
 
#ifndef _FB_H_
#define _FB_H_
 
39,7 → 32,3
int fb_init(void);
 
#endif
 
/** @}
*/
 
/uspace/trunk/console/console.c
25,14 → 25,6
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup console Console
* @brief HelenOS console.
* @{
*/
/** @file
*/
 
/* TODO: remove */
#include <stdio.h>
 
515,7 → 507,4
 
return 0;
}
/** @}
*/
 
/uspace/trunk/console/gcons.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#include <ipc/fb.h>
#include <ipc/ipc.h>
#include <async.h>
428,7 → 422,3
console_state[KERNEL_CONSOLE] = CONS_KERNEL;
gcons_redraw_console();
}
/** @}
*/
 
/uspace/trunk/console/screenbuffer.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#ifndef __SCREENBUFFER_H__
#define __SCREENBUFFER_H__
 
63,7 → 57,7
 
/** Returns keyfield for position on screen. Screenbuffer->buffer is cyclic buffer so we must couted in index of the topmost line.
* @param scr screenbuffer
* @param x position on screen
* @oaram x position on screen
* @param y position on screen
* @return keyfield structure with character and its attributes on x,y
*/
94,7 → 88,3
 
#endif
 
/** @}
*/
 
/uspace/trunk/console/gcons.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#ifndef _GCONS_H_
#define _GCONS_H_
 
43,7 → 37,3
void gcons_notify_disconnect(int consnum);
 
#endif
/** @}
*/
 
/uspace/trunk/console/console.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#ifndef __CONSOLE_H__
#define __CONSOLE_H__
 
50,7 → 44,3
 
#endif
 
/** @}
*/
 
/uspace/trunk/console/screenbuffer.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup console
* @{
*/
/** @file
*/
 
#include <screenbuffer.h>
#include <malloc.h>
#include <unistd.h>
139,7 → 133,3
scr->style.bg_color = bg_color;
}
 
/** @}
*/
 
/uspace/trunk/kbd/arch/ia64/src/kbd.c
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdia64 ia64
* @brief HelenOS ia64 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#include <arch/kbd.h>
#include <ipc/ipc.h>
#include <sysinfo.h>
163,7 → 155,3
 
return 1;
}
 
/**
* @}
*/
/uspace/trunk/kbd/arch/ia64/include/kbd.h
26,15 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdia64 ia64
* @brief HelenOS ia64 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
 
#ifndef __ia64_KBD_H__
#define __ia64_KBD_H__
 
45,6 → 36,3
 
#endif
 
/**
* @}
*/
/uspace/trunk/kbd/arch/mips32/src/kbd.c
26,13 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdmips32 mips32
* @brief HelenOS mips32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
#include <arch/kbd.h>
#include <ipc/ipc.h>
#include <sysinfo.h>
394,6 → 387,3
return 0;
}
 
/**
* @}
*/
/uspace/trunk/kbd/arch/mips32/include/kbd.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdmips32 mips32
* @brief HelenOS mips32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#ifndef __mips32_KBD_H__
#define __mips32_KBD_H__
 
44,6 → 36,3
 
#endif
 
/**
* @}
*/
/uspace/trunk/kbd/arch/ia32/src/kbd.c
27,14 → 27,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#include <arch/kbd.h>
#include <ipc/ipc.h>
 
371,8 → 363,3
}
return 1;
}
 
/**
* @}
*/
 
/uspace/trunk/kbd/arch/ia32/include/kbd.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdia32 ia32
* @brief HelenOS ia32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#ifndef __ia32_KBD_H__
#define __ia32_KBD_H__
 
43,8 → 35,3
int kbd_arch_process(keybuffer_t *keybuffer, int scan_code);
 
#endif
 
/**
* @}
*/
 
/uspace/trunk/kbd/arch/ppc32/src/kbd.c
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdppc32 ppc32
* @brief HelenOS ppc32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#include <arch/kbd.h>
#include <ipc/ipc.h>
#include <sysinfo.h>
200,7 → 192,3
return 1;
}
 
/** @}
*/
 
/uspace/trunk/kbd/arch/ppc32/include/kbd.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdppc32 ppc32
* @brief HelenOS ppc32 arch dependent parts of uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#ifndef __ppc32_KBD_H__
#define __ppc32_KBD_H__
 
43,7 → 35,3
int kbd_arch_process(keybuffer_t *keybuffer, int scan_code);
 
#endif
 
/** @}
*/
 
/uspace/trunk/kbd/generic/kbd.c
26,19 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup kbd Keyboard handler
* @brief HelenOS uspace keyboard handler.
* @{
* @}
*/
/** @addtogroup kbdgen generic
* @brief HelenOS generic uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#include <ipc/ipc.h>
#include <ipc/services.h>
#include <stdio.h>
140,8 → 127,3
async_manager();
 
}
 
/**
* @}
*/
 
/uspace/trunk/kbd/generic/key_buffer.c
26,13 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdgen
* @brief HelenOS generic uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
#include <key_buffer.h>
#include <futex.h>
 
108,7 → 101,4
return 0;
}
 
/**
* @}
*/
 
/uspace/trunk/kbd/include/key_buffer.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdgen
* @brief HelenOS generic uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#ifndef __KEY_BUFFER_H__
#define __KEY_BUFFER_H__
 
58,7 → 50,3
 
#endif
 
/**
* @}
*/
 
/uspace/trunk/kbd/include/kbd.h
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup kbdgen generic
* @brief HelenOS generic uspace keyboard handler.
* @ingroup kbd
* @{
*/
/** @file
*/
 
#ifndef __KBD_H__
#define __KBD_H__
 
54,7 → 46,3
 
#endif
 
/**
* @}
*/
 
/uspace/trunk/ns/ns.c
26,17 → 26,11
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup ns Naming Service
* @brief Naming service for HelenOS IPC.
* @{
*/
 
/**
* @file ns.c
* @brief Naming service for HelenOS IPC.
*/
 
 
#include <ipc/ipc.h>
#include <ipc/ns.h>
#include <ipc/services.h>
257,6 → 251,3
assert(item);
free(hash_table_get_instance(item, hashed_service_t, link));
}
/**
* @}
*/