Skip to content

Commit e1a5836

Browse files
author
William Dillon
committed
Upgrade comment to documentation
1 parent c4e38a1 commit e1a5836

File tree

1 file changed

+1
-1
lines changed
  • plotters/src/style/colors

1 file changed

+1
-1
lines changed

plotters/src/style/colors/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Basic predefined colors.
22
use super::{RGBAColor, RGBColor};
33

4-
// Macro for allowing dynamic creation of doc attributes.
54
// Taken from https://stackoverflow.com/questions/60905060/prevent-line-break-in-doc-test
5+
/// Macro for allowing dynamic creation of doc attributes.
66
#[macro_export]
77
macro_rules! doc {
88
{

0 commit comments

Comments
 (0)