Giter VIP home page Giter VIP logo

durant35 / doxygen_learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doxygen/doxygen

0.0 0.0 2.0 20.76 MB

Official doxygen git repository

License: GNU General Public License v2.0

CMake 0.33% Makefile 0.04% C++ 85.23% C 0.53% Roff 0.01% Python 0.51% Lex 9.05% JavaScript 1.92% CSS 0.67% Yacc 0.06% Perl 0.08% HTML 0.02% Smarty 1.19% PHP 0.11% TeX 0.10% Objective-C 0.01% Java 0.01% Tcl 0.15% C# 0.01%

doxygen_learning's People

Watchers

 avatar  avatar

doxygen_learning's Issues

[How to comment] Function description

//*****************************************************************************
//
//! \brief Write one byte to special register
//!
//! This function is to write one byte to LIS302DL register,one byte will be
//! writen in appointed address.
//!
//! \param RegAddr specifies the target register address.
//! \param Data is the data written to target register.
//!
//! \return Indicate the status of operation which can be one of the following
//! value \b SUCCESS or  \b FAILURE .
//!
//! \note This function is used by internal, user MUST NOT call it in your 
//!  Application.
//
//*****************************************************************************

[Doxygen Philosopy] 特殊标记符

  • Doxygen的用法,说白了,就是为了解决下面两个问题
    • 怎么区分普通注释和输出注释
    • 怎么在输出注释里面,识别特殊标记和普通文本

[How to comment] File description

//***************************************************************************************
//
//! \file main.cpp
//! This is an simple example show developer how to use dev api to print int number.
//!
//! \author    Cedar
//! \version   V1.0
//! \date      2014-03-23
//! \copyright GNU Public License V3.0
//
//***************************************************************************************

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.