diff options
Diffstat (limited to '')
-rw-r--r-- | docs/dergods_style_v0.1.ms | 83 |
1 files changed, 49 insertions, 34 deletions
diff --git a/docs/dergods_style_v0.1.ms b/docs/dergods_style_v0.1.ms index d5f3540..4554085 100644 --- a/docs/dergods_style_v0.1.ms +++ b/docs/dergods_style_v0.1.ms @@ -1,56 +1,72 @@ -. +.nr PS 12p +.nr PO 1.0i +.nr LL 6.5i .defcolor blue rgb 0.1f 0.1f 1.0f -.defcolor bsdred rgb #990000 -.defcolor codered rgb #710000 +.defcolor bsdred rgb #9d2121 +.defcolor codered rgb #720000 .defcolor grey rgb #aaaaaa .defcolor black rgb #000000 -.de bsd +.color +.de bsdr .gcolor bsdred .. -.de end +.de endc .gcolor .. .de xa .XA \\$1 -.B +.ps 12p +.B "\m[bsdred]\\$2\m[]" \\$3 \\$4 .. -.color -.DA v0.1 -.gcolor bsdred +.de b +.B "\m[bsdred]\\$1\m[]" \\$2 \\$3 +.. +.de nh +.NH \\$1 +.ps 14p +.. +.gcolor black +. +.bsdr .TL .LG +.ps 17p Dergods' Style and good practices for C/C++ projects -.gcolor +.endc .AU -.LG +.ps 15p Joe -.bsd + +.ps 12p +v0.1 +.DA + + + + .XS 1 -.bsd -.B -1. Introduction -.xa 1 -2. Projects and version control -.xa 1 - 2.1 Directories +.ps 12p +.b "1. Introduction" +.xa 1 "2. Projects and version control" +.xa 1 " 2.1 Directories" .XE .PX -.end -.gcolor bsdred -.NH 1 -.LG + + + + +.bsdr +.nh 1 Introduction -.gcolor +.endc .PP The following is a description of -.gcolor bsdred -.B "Dergods' Style" -.gcolor +.b "Dergods' Style" 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 +is heavily inspired by +.b FreeBSDĀ® '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 \ @@ -58,10 +74,9 @@ manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html \ \f(CW\m[codered]style(9)\m[]\f[] .gcolor with some changes. -.gcolor bsdred -.NH 1 -.LG +.bsdr +.nh 1 Projects and version control -.NH 2 +.nh 2 Directories -.gcolor +.endc |