Clean up some more comments
This commit is contained in:
parent
306c24d5d3
commit
37ba9480d4
@ -15,6 +15,7 @@ if ( ! function_exists( 'fictioneer_hex_to_rgb' ) ) {
|
||||
* @link https://github.com/SimonWaldherr/ColorConverter.php
|
||||
*
|
||||
* @param string $input The to be converted hex (six digits).
|
||||
*
|
||||
* @return array RGB values as array.
|
||||
*/
|
||||
|
||||
@ -65,6 +66,7 @@ if ( ! function_exists( 'fictioneer_rgb_to_hsl' ) ) {
|
||||
*
|
||||
* @param array $input The to be converted RGB.
|
||||
* @param int $precision Rounding precision. Default 0.
|
||||
*
|
||||
* @return array HSL values as array.
|
||||
*/
|
||||
|
||||
@ -111,6 +113,7 @@ if ( ! function_exists( 'fictioneer_minify_css' ) ) {
|
||||
* @link https://stackoverflow.com/a/44350195/17140970
|
||||
*
|
||||
* @param string $string The to be minified CSS string.
|
||||
*
|
||||
* @return string The minified CSS string.
|
||||
*/
|
||||
|
||||
@ -167,7 +170,7 @@ if ( ! function_exists( 'fictioneer_minify_css' ) ) {
|
||||
|
||||
if ( ! function_exists( 'fictioneer_get_css_clamp' ) ) {
|
||||
/**
|
||||
* Generate a high-precision CSS clamp.
|
||||
* Generate a high-precision CSS clamp
|
||||
*
|
||||
* @since Fictioneer 4.7
|
||||
*
|
||||
@ -203,6 +206,7 @@ if ( ! function_exists( 'fictioneer_hsl_code' ) ) {
|
||||
*
|
||||
* @param string $hex The color as hex.
|
||||
* @param string $output Switch output style. Default 'default'.
|
||||
*
|
||||
* @return string The converted color.
|
||||
*/
|
||||
|
||||
@ -237,6 +241,7 @@ if ( ! function_exists( 'fictioneer_hsl_font_code' ) ) {
|
||||
* @see fictioneer_hsl_code( $hex, $output )
|
||||
*
|
||||
* @param string $hex The color as hex.
|
||||
*
|
||||
* @return string The converted color.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user