M
M
mindgrow2019-02-28 10:04:30
C++ / C#
mindgrow, 2019-02-28 10:04:30

How to unload information on a class according to a certain rule?

Good afternoon!
There is a class with certain fields, comments and methods.
I want to upload information in the form:
ClassName
----FieldName (Comment)
----MethodName (Comment)
How can this be done quickly and easily?
Is there a solution that will allow unloading an invoice on click from an item in the context menu? I know that you can write a separate program, but I'm interested in more interactive solutions

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
VoidVolker, 2019-02-28
@VoidVolker

  1. Document your code according to accepted standards, like this:
    /// <summary>
    /// Class description
    /// </summary>
    public class SomeClass { }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question