Skip to content
Robert Bragg edited this page Jul 3, 2013 · 1 revision

If you're interested in Cogl but don't know where to start, then please take a look through these ideas for easy hacks that may help to get you acquainted with the code base.

Note: I've only just bootstrapped this page with a few examples off the top of my head, so if you are looking for more ideas, please also pester me (rib) and neil (bpeel) on irc to add more examples here.

Help tidy up gtk-doc warnings

Configure and build Cogl with --enable-gtk-doc and look at all the warnings when generating the documentation. These are usually caused by mistakes in how we've annotated functions in the headers.

See https://developer.gnome.org/gtk-doc-manual/unstable/documenting.html.en for a guide about gtk-doc annotation syntax and look around at other Cogl headers to see the style that should be followed.

Clone this wiki locally