Use //! for script docs.

This commit is contained in:
Stephen Chung
2022-07-24 23:03:35 +08:00
parent e8d6e3f57d
commit 45acb65f4f
28 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
// This script defines a function and calls it.
//! This script defines a function and calls it.
fn call_me() {
return 3;