Mahmoud Al-Qudsi
|
5f8f799cf7
|
Replace C++ doc \return with "Return"
quick_replace '\\\\return(s)? ' 'Return$1 ' src/
Filtered to only lines beginning with //
|
2024-05-06 14:59:36 -05:00 |
|
Mahmoud Al-Qudsi
|
589639a87d
|
Replace C++-style \p with Markdown backticks
quick_replace '\\\\p ([a-zA-Z0-9_]+)' '`$1`' src/
Filtered to only lines beginning with //
|
2024-05-06 14:59:23 -05:00 |
|
Fabian Boehm
|
39b996332e
|
functions: Fix --argument-names display
Mentioned in #10465
|
2024-05-06 17:00:45 +02:00 |
|
Mahmoud Al-Qudsi
|
50ff6b8a34
|
Remove using statements already imported by preludes
|
2024-02-28 09:41:51 -06:00 |
|
Johannes Altmanninger
|
3ae20bdba0
|
Move fish-rust to project root
|
2024-01-13 03:58:33 +01:00 |
|