projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1870e
)
work on manual
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 8 May 2025 15:18:45 +0000
(08:18 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 8 May 2025 15:18:45 +0000
(08:18 -0700)
rust/doc/info2md
[new file with mode: 0644]
patch
|
blob
diff --git a/rust/doc/info2md
b/rust/doc/info2md
new file mode 100644
(file)
index 0000000..
023fb1f
--- /dev/null
+++ b/
rust/doc/info2md
@@ -0,0
+1,7
@@
+#! /bin/sh
+sed 's/[“”]/"/g
+s/[‘’]/`/g
+s/•/-/g
+s/ -- Function: \(.*\)/* `\1` /
+s/ -- Macro Function: \(.*\)/* `\1` /
+'