Draft of Scribus coding guidelines: Difference between revisions
Jump to navigation
Jump to search
m (Added to the dev category) |
m (unorphaned by linking to: Official:Coding_Standards) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Development]] | ||
{{Announcement|See the [[Official:Coding_Standards|Official:CodingStandards]] page|'''''Please, Scribus core team devs, add your remarks/proposals for the common coding guidelines (apart from improving the code readability and homogenity, these guidelines should mainly help Scribus developers to-be'''''}} | |||
=General information= | =General information= | ||
To be filled with content... | |||
=Name Conventions= | =Name Conventions= | ||
==Classes== | |||
==Methods== | |||
==Variables== | |||
==etc== | |||
=Documentation= | =Documentation= | ||
==Change history== | |||
==Checkins== | |||
==User documentation== | |||
==Developer documentation== | |||
==Release Notes== | |||
=Coding conventions= | =Coding conventions= | ||
==Classes== | |||
==Methods== | |||
==etc== | |||
=See also= | =See also= |
Latest revision as of 13:06, 30 December 2013
General information
To be filled with content...