projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
src_dir
/
cmake1.cmake
1
# blah comment
2
#
3
4
something()
5
# comment
6
something_else()
7
8
long_function(
9
# comment
10
param
11
)
12
13
long_string("
14
# looks like a comment but isn't
15
")
16
17
long_string(
18
"
19
# looks like a comment but isn't
20
"
21
)
22
23
message(
24
'
25
# looks like a string but isn't
26
'
27
)
28
29
message("string")
30
31
message(
32
33
)