mirror of
https://github.com/oatpp/oatpp.git
synced 2025-03-01 17:46:02 +08:00
Removed '<' and '>' from documentation
This commit is contained in:
parent
c54ac2f612
commit
b0bca97a0d
@ -78,7 +78,7 @@ public:
|
||||
* Returns the first part if multiple parts with same name exist.
|
||||
* Applicable to named parts only.
|
||||
* @param name - &id:oatpp::String;.
|
||||
* @return - &id:oatpp::web::mime::multipart::Part;.
|
||||
* @return - `std::shared_ptr` to &id:oatpp::web::mime::multipart::Part;.
|
||||
*/
|
||||
std::shared_ptr<Part> getNamedPart(const oatpp::String& name);
|
||||
|
||||
@ -86,7 +86,7 @@ public:
|
||||
* Get all parts by name <br>
|
||||
* Applicable to named parts only.
|
||||
* @param name - &id:oatpp::String;.
|
||||
* @return - std::list<std::shared_ptr<&id:oatpp::web::mime::multipart::Part;>>.
|
||||
* @return - `std::list` of `std::shared_ptr` to &id:oatpp::web::mime::multipart::Part;.
|
||||
*/
|
||||
std::list<std::shared_ptr<Part>> getNamedParts(const oatpp::String& name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user