File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/cxx-qt-lib/src/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ impl QDate {
154154 ffi:: qdate_add_days ( self , ndays)
155155 }
156156
157- // Returns the current date, as reported by the system clock.
157+ /// Returns the current date, as reported by the system clock.
158158 pub fn current_date ( ) -> Self {
159159 ffi:: qdate_current_date ( )
160160 }
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ impl QUuid {
219219 }
220220
221221 /// Converts self to big endian from the target’s endianness.
222- // This function is analogous to [`u8::to_be`](https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#399-431).
222+ /// This function is analogous to [`u8::to_be`](https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#399-431).
223223 ///
224224 /// On big endian this is a no-op. On little endian the bytes are swapped.
225225 ///
You can’t perform that action at this time.
0 commit comments