Wiki Page Content

Revision 3 as of 2010-01-23 20:46:34

Clear message

DRAFT

SDL API Contribution Style Guide

This guide provides the instructions needed to add your own content to the Code Examples or Remarks sections, as well as general information about the Function, Enumeration, and Structure pages in this wiki.

{X} Existing content, including markup, should not be modified or removed unless specifically noted.

If you would like to contribute to or edit other sections, more detailed instructions can be found at APIDocumentationStyleGuide.

/!\ You must have permission to make major edits or create new pages. /!\
Please email docs@libsdl.org to request permission.

Adding Code Examples

{OK} Please post code examples showing how you have used a function that may benefit other users.

  • Do not post anything that you do not have permission to post publicly.
  • If the Code Examples section is empty please replace
    You can add your code example here
    with your code.

  • If there are existing examples please add yours to the end, or to a related section if there are many examples.
  • Example: SDL_Init()

  • All content should be added within this markup.
    • {{{#!highlight cpp
       
      }}}

Adding Remarks

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit