Code Monkey home page Code Monkey logo

Comments (5)

Quaker762 avatar Quaker762 commented on July 30, 2024

At the moment I've been using a mixture between the old Microsoft NT4 comment style, as well as Dreamworks Interactives header/comment style (Trespasser is one of the most well documented pieces of software I've ever seen), so there is not application to extract it.

Seeing as this will probably get more serious, do you recommend we switch to a more standard comment style, or should I just write a tool to extract it?

from sh3redux.

z33ky avatar z33ky commented on July 30, 2024

Doxygen is certainly widely used and I see little reason to take on the effort to write a competing piece of software. Doxygen also has a rather widely known style, which reduces friction for new contributors.
I'll convert one file to Doxygen-style comments later today so you can check it out.

from sh3redux.

z33ky avatar z33ky commented on July 30, 2024

Alright you can checkout z33ky/sh3redux@doxygen.
The Doxyfile is autogenerated by doxygen -g and merged with some old Doxyfile of another project of mine.
I've converted include/SH3/arc/types.hpp partially do Doxygen; the classes are not fully documented.
To generate HTML just execute doxygen in the project root and you can direct your browser to docs/html/index.html.

from sh3redux.

z33ky avatar z33ky commented on July 30, 2024

Just as a heads-up: This is being worked on. Doxygen is used now. As soon as all headers are switched to Doxygen-style I'll commit a Doxyfile and integrate it into the CMake build system.

The next step then is to move the .cpp documentation to the headers and finally ensure that all relevant things are documented.
Doxygen can warn about undocumented stuff, but this cannot be fine tuned so we will have to document every function and every member then. Not necessarily the worst option, but debatable.

from sh3redux.

Quaker762 avatar Quaker762 commented on July 30, 2024

It would seem that this has been taken care of.

from sh3redux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.