mach3-software / MaCh3

The official repository for MaCh3
https://mach3-software.github.io/MaCh3/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Doxygen format #64

Open tdealtry opened 1 week ago

tdealtry commented 1 week ago

We've now got our doxygen auto-building here 🎉

But I've noticed that the format of the doxygen is to be a copy of the code e.g. here

Collectively, I think we need to decide - is this what we want the doxygen to be?

Personally, I would suggest that instead of a copy of the code, it should be a description of what each method does / data member represents.

Thoughts in emoticon poll format

Related to #47

tdealtry commented 1 week ago

In terms of implementing new written description (if this is chosen)

KSkwarczynski commented 1 week ago

Can't we have both? I agree we should expand description whnever we can

But I find code copy to be kinda usefull. It isn't just a copy but have all hyperlinks it make navigation much easier

tdealtry commented 6 days ago

Both is something I hadn't considered. Yes, that could be nice!

I suppose we can keep this open until we see whether the doxygen for something that is commented in both header & source file formats as we like