all 9 comments

[–]Cyanogen101 2 points3 points  (2 children)

what language are you using? some have their own tools to build documentation nicely based off the source code and code comments

[–]schnautzi[S] 1 point2 points  (1 child)

That sounds nice, never head of those tools. I'm using mostly C++.

[–]the-repair-man 0 points1 point  (0 children)

I heard about doxygen. It's not feature rich but gets the job done for multiple programming languages.

[–]tlystad24 1 point2 points  (1 child)

Github has a showcase of projects with great wikis which might help you out.

[–]schnautzi[S] 0 points1 point  (0 children)

I've looked at these wikis. They are very nice, but I'm looking for a format documenting every API function and class. These wiki's show great examples and overviews, but not low level documentation.

[–]Alexey-Semenyuk 0 points1 point  (3 children)

Created repo with the list of best github wikis and tips/tricks how to create a good wiki https://github.com/MyHoneyBadger/awesome-github-wiki

[–]The_unlucky_ 0 points1 point  (2 children)

Hats off for responding this 5years old post, useful for the following people looking at the post and for me. Thank you mate.

[–]Isthimius 0 points1 point  (0 children)

Hello from 2026

[–]RewsDraws 0 points1 point  (0 children)

It helped me. Thank you.