Skip to content

Commit

Permalink
Cleanup C# doc comment generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 15, 2025
1 parent 71e8946 commit fb37f38
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 646 deletions.
3 changes: 2 additions & 1 deletion cpp/src/slice2cs/CsUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ namespace Slice
const std::string& prefix = "",
const std::string& suffix = "");

static std::string fixId(const std::string&, unsigned int = 0, bool = false);

protected:
//
// Returns the namespace prefix of a Contained entity.
Expand All @@ -47,7 +49,6 @@ namespace Slice
static std::string resultStructName(const std::string&, const std::string&, bool = false);
static std::string resultType(const OperationPtr&, const std::string&, bool = false);
static std::string taskResultType(const OperationPtr&, const std::string&, bool = false);
static std::string fixId(const std::string&, unsigned int = 0, bool = false);
static std::string getOptionalFormat(const TypePtr&);
static std::string getStaticId(const TypePtr&);
static std::string typeToString(const TypePtr&, const std::string&, bool = false);
Expand Down
Loading

0 comments on commit fb37f38

Please sign in to comment.