Skip to content

Commit

Permalink
Escape # in doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 23, 2020
1 parent c5a95a9 commit 1cbfb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -446,7 +446,7 @@ Interpolates a list which starts with the interpolate function.
%Docstring
Parses a ``color`` in one of these supported formats:

- ``#fff`` or ``#ffffff``
- \c \#fff or \c \#ffffff
- ``hsl(30, 19%, 90%)`` or ``hsla(30, 19%, 90%, 0.4)``
- ``rgb(10, 20, 30)`` or ``rgba(10, 20, 30, 0.5)``

Expand Down
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsmapboxglstyleconverter.h
Expand Up @@ -441,7 +441,7 @@ class CORE_EXPORT QgsMapBoxGlStyleConverter
/**
* Parses a \a color in one of these supported formats:
*
* - ``#fff`` or ``#ffffff``
* - \c \#fff or \c \#ffffff
* - ``hsl(30, 19%, 90%)`` or ``hsla(30, 19%, 90%, 0.4)``
* - ``rgb(10, 20, 30)`` or ``rgba(10, 20, 30, 0.5)``
*
Expand Down

0 comments on commit 1cbfb35

Please sign in to comment.