corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 // I'm a comment!
2  
3 /*
4 * Adds the given numbers together.
5 */
6  
7  
8 /*!
9 * Adds the given numbers together.
10 */
11  
12  
13 asdasdasdad(df, ad=23)
14  
15 add(a, b = a)
16 a + b
17 green(#0c0)
18 add(10, 5)
19 // => 15
20  
21 add(10)
22 add(a, b)
23  
24 &asdasd
25  
26 (arguments)
27  
28 @sdfsdf
29 .signatures
30 background-color #e0e8e0
31 border 1px solid grayLighter
32 box-shadow 0 0 3px grayLightest
33 border-radius 3px
34 padding 3px 5px
35 "adsads"
36 margin-left 0
37 list-style none
38 .signature
39 list-style none
40 display: inline
41 margin-left 0
42 > li
43 display inline
44 is not
45 .signature-values
46 list-style none
47 display inline
48 margin-left 0
49 &:before
50 content '→'
51 margin 0 5px
52 > li
53 !important
54  
55 unless