Fixed things in docs

This commit is contained in:
Thomas Touhey 2016-07-18 19:06:04 +02:00
parent 08484062ac
commit b3379109b5
15 changed files with 52 additions and 52 deletions

View File

@ -40,4 +40,4 @@ on the screen.
SEE ALSO
--------
libmonochrome(3)
*libmonochrome*(3)

View File

@ -41,7 +41,7 @@ For 8*8 and 16*16 bitmaps, see ML_bmp_8_or(3) and ML_bmp_16_or(3).
SEE ALSO
--------
ML_bmp_8_or(3),
ML_bmp_16_or(3),
libmonochrome(3),
ML_VRAM(3)
*libmonochrome*(3),
*ML_bmp_8_or*(3),
*ML_bmp_16_or*(3),
*ML_display_vram*(3)

View File

@ -41,7 +41,7 @@ For bitmaps with other dimensions, please see ML_bmp_or(3) and ML_bmp_8_or(3).
SEE ALSO
--------
ML_bmp_or(3),
ML_bmp_8_or(3),
libmonochrome(3),
ML_VRAM(3)
*libmonochrome*(3),
*ML_bmp_or*(3),
*ML_bmp_8_or*(3),
*ML_display_vram*(3)

View File

@ -41,7 +41,7 @@ For bitmaps with other dimensions, please see ML_bmp_or(3) and ML_bmp_16_or(3).
SEE ALSO
--------
ML_bmp_or(3),
ML_bmp_16_or(3),
libmonochrome(3),
ML_VRAM(3)
*libmonochrome*(3),
*ML_bmp_or*(3),
*ML_bmp_16_or*(3),
*ML_display_vram*(3)

View File

@ -27,6 +27,6 @@ Those functions draw a circle on the VRAM.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -34,5 +34,5 @@ ML_CHECKER is a "checker" color. It renders a pixel white or black according to
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3)
*libmonochrome*(3),
*ML_display_vram*(3)

View File

@ -29,4 +29,4 @@ than ML_CONTRAST_MIN and lesser then ML_CONTRAST_MAX.
SEE ALSO
--------
libmonochrome(3)
*libmonochrome*(3)

View File

@ -31,6 +31,6 @@ These functions draw an ellipse in the VRAM.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -32,6 +32,6 @@ ML_line, which has a general algorithm (the Bresenham algorithm).
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -28,6 +28,6 @@ will be ML_TRANSPARENT.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -24,6 +24,6 @@ Draws a (square) point on the VRAM.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -30,6 +30,6 @@ between each vertices in the polygon.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -26,6 +26,6 @@ Draws a rectangle with or without border on the VRAM.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -29,6 +29,6 @@ When pixels reach screen boundaries, they are moved to the other side.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)
*libmonochrome*(3),
*ML_display_vram*(3),
*ML_color*(3)

View File

@ -28,15 +28,15 @@ libmonochrome provides tools to work with the VRAM and the Display Driver.
SEE ALSO
--------
ML_vram(3),
ML_get_contrast(3),
ML_color(3),
ML_pixel(3),
ML_point(3),
ML_line(3),
ML_rectangle(3),
ML_polygon(3),
ML_circle(3),
ML_ellipse(3),
ML_horizontal_scroll(3),
ML_bmp_or(3)
*ML_vram_address*(3),
*ML_get_contrast*(3),
*ML_color*(3),
*ML_pixel*(3),
*ML_point*(3),
*ML_line*(3),
*ML_rectangle*(3),
*ML_polygon*(3),
*ML_circle*(3),
*ML_ellipse*(3),
*ML_horizontal_scroll*(3),
*ML_bmp_or*(3)