M
M
MOTORIST2016-07-11 10:41:15
go
MOTORIST, 2016-07-11 10:41:15

Idea golang with auto comments?

Hello!
I want to get a description of the function with /** (arguments, types and what returns). Is there an IDEA for go that can do this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikita, 2016-07-11
@MOTORIST

Why do you need? Everything is written in the function declaration.
Read this https://blog.golang.org/godoc-documenting-go-code
And your /** is not a golang standard, look at its source.

E
Evgeniy Ivakha, 2016-07-14
@ivahaev

Comments on the code are not generated, but the documentation on comments is very even.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question