Project

General

Profile

Actions

Task #2263

open

code-style: Doxygen syntax

Added by Junxiao Shi over 9 years ago. Updated about 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Docs
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
1.00 h

Description

Add a code style rule on write Doxygen block.

This rule shall declare:

  • block style:

    /** \brief XXX
     *
     *  YYY
     */
    -- vs ---
    /**
     * \brief XXX
     *
     * YYY
     */
    
  • command style: \brief vs @brief

  • indentation

     /** \brief brief description,
      *         more brief description
      */
    -- vs ---
     /** \brief brief description,
      *  more brief description
      */
    
  • verb usage

    • an Interest packet
    • represents an Interest packet
    • This type represents an Interest packet.
  • letter casing: \brief Represents ... vs \brief represents ...

Actions

Also available in: Atom PDF