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 |
|
ridiculousfish
|
66ebd88c44
|
Stop using num_traits in printf
This wasn't needed at all.
|
2024-01-21 18:19:40 -08:00 |
|
Johannes Altmanninger
|
3ae20bdba0
|
Move fish-rust to project root
|
2024-01-13 03:58:33 +01:00 |
|