only minor docs
This commit is contained in:
parent
7f3bbace30
commit
8b3f5ef483
1 changed files with 2 additions and 2 deletions
|
@ -115,12 +115,12 @@ namespace mapnik
|
||||||
bool insert_style(std::string const& name,feature_type_style const& style);
|
bool insert_style(std::string const& name,feature_type_style const& style);
|
||||||
|
|
||||||
/*! \brief Remove a style from the map.
|
/*! \brief Remove a style from the map.
|
||||||
* @param The name of the style.
|
* @param name The name of the style.
|
||||||
*/
|
*/
|
||||||
void remove_style(const std::string& name);
|
void remove_style(const std::string& name);
|
||||||
|
|
||||||
/*! \brief Find a style.
|
/*! \brief Find a style.
|
||||||
* @param name The name of the style.
|
* @param name The name of the style.
|
||||||
* @return The style if found. If not found return the default map style.
|
* @return The style if found. If not found return the default map style.
|
||||||
*/
|
*/
|
||||||
feature_type_style const& find_style(std::string const& name) const;
|
feature_type_style const& find_style(std::string const& name) const;
|
||||||
|
|
Loading…
Reference in a new issue