mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 19:15:58 +08:00
Use \ instead of @ for doxygen comment
This commit is contained in:
parent
35008baa80
commit
b46828f42d
@ -49,7 +49,7 @@ public:
|
|||||||
|
|
||||||
/// Search the compatible_printers config option list for this preset name.
|
/// Search the compatible_printers config option list for this preset name.
|
||||||
/// Assume that Printer configs are compatible with other Printer configs
|
/// Assume that Printer configs are compatible with other Printer configs
|
||||||
/// @param [in] Printer preset name to use to compare.
|
/// \param [in] Printer preset name to use to compare.
|
||||||
bool compatible(const std::string& printer_name) const;
|
bool compatible(const std::string& printer_name) const;
|
||||||
bool compatible(const wxString& printer_name) const { return this->compatible(printer_name.ToStdString()); }
|
bool compatible(const wxString& printer_name) const { return this->compatible(printer_name.ToStdString()); }
|
||||||
bool compatible(const Preset& other) const {return (this->group == preset_t::Printer || (compatible(other.name) && other.group == preset_t::Printer));}
|
bool compatible(const Preset& other) const {return (this->group == preset_t::Printer || (compatible(other.name) && other.group == preset_t::Printer));}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user