翻訳と辞書
Words near each other
・ DDK
・ DDL
・ DDL Foodshow
・ DDL intercettazioni
・ DDLC
・ DDM
・ Ddmasar
・ Ddmashen
・ DDN
・ DDnard
・ DDO
・ DDO (gene)
・ DDO 169
・ DDO 190
・ DDObjects
Ddoc
・ Ddokateun Mam
・ Ddol Uchaf
・ DDOR Novi Sad
・ DDoS attacks during the October 2011 South Korean by-election
・ DDoS mitigation
・ DDOST
・ DDOT
・ DDP
・ DDP 4 Life
・ DDP-24
・ DDPO
・ DDR
・ DDR Corp.
・ DDR Festival Dance Dance Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Ddoc : ウィキペディア英語版
Ddoc
Ddoc is the embedded documentation generator for the D programming language designed by Walter Bright. Its emphasis is on being able to write documentation in code comments in a natural style, minimizing the need for embedded markup and thus improving the legibility of the code comments. It is similar in concept to Doxygen and Javadoc.
Code comments are associated with symbols in the code, and Ddoc uses the semantic and syntactic information available from the D compiler to fill in routine information such as parameters and return types automatically.
The code comments and symbol table information are processed by Ddoc into an internal structured format. Each of these structures corresponds to a template expressed as a macro. The template macros convert the structured format into another set of macros that express the markup. The latter set of markup macros are expanded to produce, by default, HTML.
Both the template macros and the markup macros can be overridden by the user, and can be applied via external files analogous to HTML style sheets. The template macros can be changed to customize the high level formatting, and the markup macros can be altered to produce other output forms such as XML and XHTML.
==External links==

*(Ddoc specification )
*(CandyDoc - set of advanced macros for Ddoc )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Ddoc」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.