Explorar o código

Removed '<' and '>' from documentation

MHaselmaier %!s(int64=2) %!d(string=hai) anos
pai
achega
b0bca97a0d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/oatpp/web/mime/multipart/PartList.hpp

+ 2 - 2
src/oatpp/web/mime/multipart/PartList.hpp

@@ -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);