aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dergods_style_v0.1.ms
blob: d5f354030485f4f2d6df434d74f562b2b4db94a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.
.defcolor blue    rgb 0.1f 0.1f 1.0f
.defcolor bsdred  rgb #990000
.defcolor codered rgb #710000
.defcolor grey    rgb #aaaaaa
.defcolor black   rgb #000000
.de bsd
.gcolor bsdred
..
.de end
.gcolor
..
.de xa
.XA \\$1
.B
..
.color
.DA v0.1
.gcolor bsdred
.TL
.LG
Dergods' Style and good practices for C/C++ projects
.gcolor
.AU
.LG
Joe
.bsd
.XS 1
.bsd
.B
1. Introduction
.xa 1
2. Projects and version control
.xa 1
	2.1 Directories
.XE
.PX
.end
.gcolor bsdred
.NH 1
.LG
Introduction
.gcolor
.PP
The following is a description of
.gcolor bsdred
.B "Dergods' Style"
.gcolor
code and project
formatting to put in use if you work on Dergods' Realm-related code or if you
just need a personal good-looking norm to improve your code readablity. It
is heavily inspired by 
.B \m[bsdred]FreeBSD®\m[] 's
.pdfhref W -D \
https://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=0&\
manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html \
-A \m[black],\m[] \
\f(CW\m[codered]style(9)\m[]\f[]
.gcolor
with some changes.
.gcolor bsdred
.NH 1
.LG
Projects and version control
.NH 2
Directories
.gcolor