Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7807661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:55:14+00:00 2026-06-02T02:55:14+00:00

I work with a team called the Solar Jackets at Georgia Tech, and we

  • 0

I work with a team called the Solar Jackets at Georgia Tech, and we have been having a “commenting crisis”. We have many members that graduate, and leave behind comment-less code. I am looking to implement a commenting standard, so that this does not happen, and I need some suggestions to make sure I have all of my bases covered.

What I want is the following functionality:

  • A consolidated place, where you can view every functions description,
    including includes, arguments, return types, and a general
    description of the code. (generated from the comments in the code)

  • In the code itself, a line by line (or close to) description.

Is there any suggestions of what I may have left out? Are there are any programs that can automatically generate the code compilation? How could I make this easier on the programmers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:55:16+00:00Added an answer on June 2, 2026 at 2:55 am

    what you describe reminds me of Doxygen. It has a format for commenting all entities in the code including functions, parameters, variables,…
    It can be used to enforce everything is been documented by checking the warnings generated by Doxygen. It generates the complete document off of the source code in differents formats like HTML, Latex, PDF,…

    Many IDEs know Doxygen tags and can be integrated with Doxygen to help developer on commenting the code.

    here is an example of Doxygen comment:

    /**
     * @brief This function does blah blah.
     * @param test blah blah parameter.
     * @return 0 if blah blah passed.
     */
    uint32_t TestFunction( uint32_t test )
    {
        return 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I work in the Systems & admin team and have been given the task
As of late, my team and I have been hard at work turning our
I work with a team that has a sharepoint site currently runnning and its
Team Foundation Server 2008 allows that every check-in is associated with a work item,
Say I've been tasked to architect a product that will have a browser-based front
I have a Team table /entity with a parentId which is an id that
I'm modeling my app in Core Data. I have an object called 'stats' that
The team I work with has recently been faced with the challenge of making
I work on a team where we have a code in a mercurial repository
I have to update the work-items of my team very often. But since my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.