13
0
livetrax/libs/canvas/canvas
David Robillard bdacfb8724 Fix invalid use of Doxygen "@param" command
This is never for inline references to parameters, only for starting parameter
documentation blocks.  The "@p" command is for this, although unfortunately
Doxygen doesn't actually do anything with it and it's just an alias for code
text.
2022-10-30 20:44:28 -04:00
..
arc.h
arrow.h
box.h
canvas.h canvas: make "debug_render" into a per-canvas member variable 2022-09-03 16:46:41 -06:00
circle.h
container.h
curve.h
debug.h
fill.h
flag.h
framed_curve.h libcanvas: FramedCanvas::covers() method is ill-conceived. Use PolyItem::covers() 2022-05-29 14:19:02 -06:00
fwd.h
grid.h
image.h
interpolated_curve.h Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
item.h canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
line_set.h
line.h
lookup_table.h
meter.h
note.h use selected (outline) color for MIDI note velocity bar (thanks, cooltehno, for the idea) 2022-08-31 13:53:43 -06:00
outline.h
pixbuf.h
poly_item.h
poly_line.h
polygon.h
rectangle.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
root_group.h
ruler.h
scroll_group.h
stateful_image.h
step_button.h
table.h canvas: comment out unimplemented method 2022-08-03 12:08:57 -06:00
text.h
tracking_text.h
types.h
utils.h
visibility.h
widget.h
xfade_curve.h